Uses of Class
com.azure.resourcemanager.apimanagement.models.PolicyExportFormat
Packages that use PolicyExportFormat
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PolicyExportFormat in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type PolicyExportFormatModifier and TypeMethodDescriptionApiOperationPoliciesClient.getWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API Operation level.ApiPoliciesClient.getWithResponse(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API level.GraphQLApiResolverPoliciesClient.getWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the GraphQL API Resolver level.PoliciesClient.getWithResponse(String resourceGroupName, String serviceName, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the Global policy definition of the Api Management service.ProductPoliciesClient.getWithResponse(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the Product level.WorkspaceApiOperationPoliciesClient.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API Operation level.WorkspaceApiPoliciesClient.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API level.WorkspacePoliciesClient.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API level.WorkspaceProductPoliciesClient.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the Product level. -
Uses of PolicyExportFormat in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as PolicyExportFormatModifier and TypeFieldDescriptionstatic final PolicyExportFormatPolicyExportFormat.RAWXMLStatic value rawxml for PolicyExportFormat.static final PolicyExportFormatPolicyExportFormat.XMLStatic value xml for PolicyExportFormat.Methods in com.azure.resourcemanager.apimanagement.models that return PolicyExportFormatModifier and TypeMethodDescriptionstatic PolicyExportFormatPolicyExportFormat.fromString(String name) Creates or finds a PolicyExportFormat from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PolicyExportFormatModifier and TypeMethodDescriptionstatic Collection<PolicyExportFormat> PolicyExportFormat.values()Gets known PolicyExportFormat values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PolicyExportFormatModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PolicyContract> ApiOperationPolicies.getByIdWithResponse(String id, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API Operation level.com.azure.core.http.rest.Response<PolicyContract> ApiOperationPolicies.getWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API Operation level.com.azure.core.http.rest.Response<PolicyContract> ApiPolicies.getWithResponse(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API level.com.azure.core.http.rest.Response<PolicyContract> GraphQLApiResolverPolicies.getWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the GraphQL API Resolver level.com.azure.core.http.rest.Response<PolicyContract> Policies.getWithResponse(String resourceGroupName, String serviceName, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the Global policy definition of the Api Management service.com.azure.core.http.rest.Response<PolicyContract> ProductPolicies.getWithResponse(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the Product level.com.azure.core.http.rest.Response<PolicyContract> WorkspaceApiOperationPolicies.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API Operation level.com.azure.core.http.rest.Response<PolicyContract> WorkspaceApiPolicies.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API level.com.azure.core.http.rest.Response<PolicyContract> WorkspacePolicies.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the API level.com.azure.core.http.rest.Response<PolicyContract> WorkspaceProductPolicies.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, PolicyExportFormat format, com.azure.core.util.Context context) Get the policy configuration at the Product level.