Uses of Class
com.azure.resourcemanager.apimanagement.models.PolicyContentFormat
Packages that use PolicyContentFormat
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PolicyContentFormat in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PolicyContentFormatModifier and TypeMethodDescriptionPolicyContractInner.format()Get the format property: Format of the policyContent.PolicyContractProperties.format()Get the format property: Format of the policyContent.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PolicyContentFormatModifier and TypeMethodDescriptionPolicyContractInner.withFormat(PolicyContentFormat format) Set the format property: Format of the policyContent.PolicyContractProperties.withFormat(PolicyContentFormat format) Set the format property: Format of the policyContent. -
Uses of PolicyContentFormat in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as PolicyContentFormatModifier and TypeFieldDescriptionstatic final PolicyContentFormatPolicyContentFormat.RAWXMLStatic value rawxml for PolicyContentFormat.static final PolicyContentFormatPolicyContentFormat.RAWXML_LINKStatic value rawxml-link for PolicyContentFormat.static final PolicyContentFormatPolicyContentFormat.XMLStatic value xml for PolicyContentFormat.static final PolicyContentFormatPolicyContentFormat.XML_LINKStatic value xml-link for PolicyContentFormat.Methods in com.azure.resourcemanager.apimanagement.models that return PolicyContentFormatModifier and TypeMethodDescriptionPolicyContract.format()Gets the format property: Format of the policyContent.static PolicyContentFormatPolicyContentFormat.fromString(String name) Creates or finds a PolicyContentFormat from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PolicyContentFormatModifier and TypeMethodDescriptionstatic Collection<PolicyContentFormat> PolicyContentFormat.values()Gets known PolicyContentFormat values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PolicyContentFormatModifier and TypeMethodDescriptionPolicyContract.DefinitionStages.WithFormat.withFormat(PolicyContentFormat format) Specifies the format property: Format of the policyContent..PolicyContract.UpdateStages.WithFormat.withFormat(PolicyContentFormat format) Specifies the format property: Format of the policyContent..