Uses of Class
com.azure.resourcemanager.apimanagement.models.PolicyFragmentContentFormat
Packages that use PolicyFragmentContentFormat
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PolicyFragmentContentFormat in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type PolicyFragmentContentFormatModifier and TypeMethodDescriptionPolicyFragmentsClient.getWithResponse(String resourceGroupName, String serviceName, String id, PolicyFragmentContentFormat format, com.azure.core.util.Context context) Gets a policy fragment.WorkspacePolicyFragmentsClient.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String id, PolicyFragmentContentFormat format, com.azure.core.util.Context context) Gets a policy fragment. -
Uses of PolicyFragmentContentFormat in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PolicyFragmentContentFormatModifier and TypeMethodDescriptionPolicyFragmentContractInner.format()Get the format property: Format of the policy fragment content.PolicyFragmentContractProperties.format()Get the format property: Format of the policy fragment content.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PolicyFragmentContentFormatModifier and TypeMethodDescriptionPolicyFragmentContractInner.withFormat(PolicyFragmentContentFormat format) Set the format property: Format of the policy fragment content.PolicyFragmentContractProperties.withFormat(PolicyFragmentContentFormat format) Set the format property: Format of the policy fragment content. -
Uses of PolicyFragmentContentFormat in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as PolicyFragmentContentFormatModifier and TypeFieldDescriptionstatic final PolicyFragmentContentFormatPolicyFragmentContentFormat.RAWXMLStatic value rawxml for PolicyFragmentContentFormat.static final PolicyFragmentContentFormatPolicyFragmentContentFormat.XMLStatic value xml for PolicyFragmentContentFormat.Methods in com.azure.resourcemanager.apimanagement.models that return PolicyFragmentContentFormatModifier and TypeMethodDescriptionPolicyFragmentContract.format()Gets the format property: Format of the policy fragment content.static PolicyFragmentContentFormatPolicyFragmentContentFormat.fromString(String name) Creates or finds a PolicyFragmentContentFormat from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PolicyFragmentContentFormatModifier and TypeMethodDescriptionPolicyFragmentContentFormat.values()Gets known PolicyFragmentContentFormat values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PolicyFragmentContentFormatModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PolicyFragmentContract> PolicyFragments.getByIdWithResponse(String id, PolicyFragmentContentFormat format, com.azure.core.util.Context context) Gets a policy fragment.com.azure.core.http.rest.Response<PolicyFragmentContract> PolicyFragments.getWithResponse(String resourceGroupName, String serviceName, String id, PolicyFragmentContentFormat format, com.azure.core.util.Context context) Gets a policy fragment.com.azure.core.http.rest.Response<PolicyFragmentContract> WorkspacePolicyFragments.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String id, PolicyFragmentContentFormat format, com.azure.core.util.Context context) Gets a policy fragment.PolicyFragmentContract.DefinitionStages.WithFormat.withFormat(PolicyFragmentContentFormat format) Specifies the format property: Format of the policy fragment content..PolicyFragmentContract.UpdateStages.WithFormat.withFormat(PolicyFragmentContentFormat format) Specifies the format property: Format of the policy fragment content..