Uses of Class
com.azure.resourcemanager.apimanagement.models.PolicyIdName
Packages that use PolicyIdName
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PolicyIdName in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type PolicyIdNameModifier and TypeMethodDescriptionApiOperationPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the API Operation level.ApiPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the API.GraphQLApiResolverPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the GraphQL API Resolver level.PoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates the global policy configuration of the Api Management service.ProductPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the Product.WorkspaceApiOperationPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the API Operation level.WorkspaceApiPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the API.WorkspacePoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the workspace.WorkspaceProductPoliciesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the Product.ApiOperationPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the API Operation level.ApiPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the API.GraphQLApiResolverPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the GraphQL API Resolver level.PoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates the global policy configuration of the Api Management service.ProductPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the Product.WorkspaceApiOperationPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the API Operation level.WorkspaceApiPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the API.WorkspacePoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the workspace.WorkspaceProductPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the Product.voidApiOperationPoliciesClient.delete(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Api Operation.voidApiPoliciesClient.delete(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Api.voidGraphQLApiResolverPoliciesClient.delete(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the GraphQL Api Resolver.voidPoliciesClient.delete(String resourceGroupName, String serviceName, PolicyIdName policyId, String ifMatch) Deletes the global policy configuration of the Api Management Service.voidProductPoliciesClient.delete(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Product.voidWorkspaceApiOperationPoliciesClient.delete(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Api Operation.voidWorkspaceApiPoliciesClient.delete(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Api.voidWorkspacePoliciesClient.delete(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the workspace.voidWorkspaceProductPoliciesClient.delete(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Product.com.azure.core.http.rest.Response<Void> ApiOperationPoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Api Operation.com.azure.core.http.rest.Response<Void> ApiPoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Api.com.azure.core.http.rest.Response<Void> GraphQLApiResolverPoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the GraphQL Api Resolver.com.azure.core.http.rest.Response<Void> PoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the global policy configuration of the Api Management Service.com.azure.core.http.rest.Response<Void> ProductPoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Product.com.azure.core.http.rest.Response<Void> WorkspaceApiOperationPoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Api Operation.com.azure.core.http.rest.Response<Void> WorkspaceApiPoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Api.com.azure.core.http.rest.Response<Void> WorkspacePoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the workspace.com.azure.core.http.rest.Response<Void> WorkspaceProductPoliciesClient.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Product.ApiOperationPoliciesClient.get(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId) Get the policy configuration at the API Operation level.ApiPoliciesClient.get(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId) Get the policy configuration at the API level.GraphQLApiResolverPoliciesClient.get(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId) Get the policy configuration at the GraphQL API Resolver level.PoliciesClient.get(String resourceGroupName, String serviceName, PolicyIdName policyId) Get the Global policy definition of the Api Management service.ProductPoliciesClient.get(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId) Get the policy configuration at the Product level.WorkspaceApiOperationPoliciesClient.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId) Get the policy configuration at the API Operation level.WorkspaceApiPoliciesClient.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId) Get the policy configuration at the API level.WorkspacePoliciesClient.get(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId) Get the policy configuration at the API level.WorkspaceProductPoliciesClient.get(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId) Get the policy configuration at the Product level.voidApiOperationPoliciesClient.getEntityTag(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId) Gets the entity state (Etag) version of the API operation policy specified by its identifier.voidApiPoliciesClient.getEntityTag(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId) Gets the entity state (Etag) version of the API policy specified by its identifier.voidGraphQLApiResolverPoliciesClient.getEntityTag(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId) Gets the entity state (Etag) version of the GraphQL API resolver policy specified by its identifier.voidPoliciesClient.getEntityTag(String resourceGroupName, String serviceName, PolicyIdName policyId) Gets the entity state (Etag) version of the Global policy definition in the Api Management service.voidProductPoliciesClient.getEntityTag(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId) Get the ETag of the policy configuration at the Product level.voidWorkspaceApiOperationPoliciesClient.getEntityTag(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId) Gets the entity state (Etag) version of the API operation policy specified by its identifier.voidWorkspaceApiPoliciesClient.getEntityTag(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId) Gets the entity state (Etag) version of the API policy specified by its identifier.voidWorkspacePoliciesClient.getEntityTag(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId) Gets the entity state (Etag) version of the workspace policy specified by its identifier.voidWorkspaceProductPoliciesClient.getEntityTag(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId) Get the ETag of the policy configuration at the Product level.ApiOperationPoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the API operation policy specified by its identifier.ApiPoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the API policy specified by its identifier.GraphQLApiResolverPoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the GraphQL API resolver policy specified by its identifier.PoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the Global policy definition in the Api Management service.ProductPoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, com.azure.core.util.Context context) Get the ETag of the policy configuration at the Product level.WorkspaceApiOperationPoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the API operation policy specified by its identifier.WorkspaceApiPoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the API policy specified by its identifier.WorkspacePoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the workspace policy specified by its identifier.WorkspaceProductPoliciesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, com.azure.core.util.Context context) Get the ETag of the policy configuration at the Product level.ApiOperationPoliciesClient.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 PolicyIdName in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as PolicyIdNameModifier and TypeFieldDescriptionstatic final PolicyIdNamePolicyIdName.POLICYStatic value policy for PolicyIdName.Methods in com.azure.resourcemanager.apimanagement.models that return PolicyIdNameModifier and TypeMethodDescriptionstatic PolicyIdNamePolicyIdName.fromString(String name) Creates or finds a PolicyIdName from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PolicyIdNameModifier and TypeMethodDescriptionstatic Collection<PolicyIdName> PolicyIdName.values()Gets known PolicyIdName values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PolicyIdNameModifier and TypeMethodDescriptionApiPolicies.createOrUpdate(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the API.GraphQLApiResolverPolicies.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the GraphQL API Resolver level.Policies.createOrUpdate(String resourceGroupName, String serviceName, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates the global policy configuration of the Api Management service.ProductPolicies.createOrUpdate(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the Product.WorkspaceApiOperationPolicies.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the API Operation level.WorkspaceApiPolicies.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the API.WorkspacePolicies.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the workspace.WorkspaceProductPolicies.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, PolicyContractInner parameters) Creates or updates policy configuration for the Product.com.azure.core.http.rest.Response<PolicyContract> ApiPolicies.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the API.com.azure.core.http.rest.Response<PolicyContract> GraphQLApiResolverPolicies.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the GraphQL API Resolver level.com.azure.core.http.rest.Response<PolicyContract> Policies.createOrUpdateWithResponse(String resourceGroupName, String serviceName, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates the global policy configuration of the Api Management service.com.azure.core.http.rest.Response<PolicyContract> ProductPolicies.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the Product.com.azure.core.http.rest.Response<PolicyContract> WorkspaceApiOperationPolicies.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the API Operation level.com.azure.core.http.rest.Response<PolicyContract> WorkspaceApiPolicies.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the API.com.azure.core.http.rest.Response<PolicyContract> WorkspacePolicies.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the workspace.com.azure.core.http.rest.Response<PolicyContract> WorkspaceProductPolicies.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, PolicyContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates policy configuration for the Product.ApiOperationPolicies.define(PolicyIdName name) Begins definition for a new PolicyContract resource.voidApiOperationPolicies.delete(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Api Operation.voidApiPolicies.delete(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Api.voidGraphQLApiResolverPolicies.delete(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the GraphQL Api Resolver.voidPolicies.delete(String resourceGroupName, String serviceName, PolicyIdName policyId, String ifMatch) Deletes the global policy configuration of the Api Management Service.voidProductPolicies.delete(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Product.voidWorkspaceApiOperationPolicies.delete(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Api Operation.voidWorkspaceApiPolicies.delete(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Api.voidWorkspacePolicies.delete(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the workspace.voidWorkspaceProductPolicies.delete(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, String ifMatch) Deletes the policy configuration at the Product.com.azure.core.http.rest.Response<Void> ApiOperationPolicies.deleteWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Api Operation.com.azure.core.http.rest.Response<Void> ApiPolicies.deleteWithResponse(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Api.com.azure.core.http.rest.Response<Void> GraphQLApiResolverPolicies.deleteWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the GraphQL Api Resolver.com.azure.core.http.rest.Response<Void> Policies.deleteWithResponse(String resourceGroupName, String serviceName, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the global policy configuration of the Api Management Service.com.azure.core.http.rest.Response<Void> ProductPolicies.deleteWithResponse(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Product.com.azure.core.http.rest.Response<Void> WorkspaceApiOperationPolicies.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Api Operation.com.azure.core.http.rest.Response<Void> WorkspaceApiPolicies.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Api.com.azure.core.http.rest.Response<Void> WorkspacePolicies.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the workspace.com.azure.core.http.rest.Response<Void> WorkspaceProductPolicies.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, String ifMatch, com.azure.core.util.Context context) Deletes the policy configuration at the Product.ApiOperationPolicies.get(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId) Get the policy configuration at the API Operation level.ApiPolicies.get(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId) Get the policy configuration at the API level.GraphQLApiResolverPolicies.get(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId) Get the policy configuration at the GraphQL API Resolver level.Policies.get(String resourceGroupName, String serviceName, PolicyIdName policyId) Get the Global policy definition of the Api Management service.ProductPolicies.get(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId) Get the policy configuration at the Product level.WorkspaceApiOperationPolicies.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId) Get the policy configuration at the API Operation level.WorkspaceApiPolicies.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId) Get the policy configuration at the API level.WorkspacePolicies.get(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId) Get the policy configuration at the API level.WorkspaceProductPolicies.get(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId) Get the policy configuration at the Product level.voidApiOperationPolicies.getEntityTag(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId) Gets the entity state (Etag) version of the API operation policy specified by its identifier.voidApiPolicies.getEntityTag(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId) Gets the entity state (Etag) version of the API policy specified by its identifier.voidGraphQLApiResolverPolicies.getEntityTag(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId) Gets the entity state (Etag) version of the GraphQL API resolver policy specified by its identifier.voidPolicies.getEntityTag(String resourceGroupName, String serviceName, PolicyIdName policyId) Gets the entity state (Etag) version of the Global policy definition in the Api Management service.voidProductPolicies.getEntityTag(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId) Get the ETag of the policy configuration at the Product level.voidWorkspaceApiOperationPolicies.getEntityTag(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId) Gets the entity state (Etag) version of the API operation policy specified by its identifier.voidWorkspaceApiPolicies.getEntityTag(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId) Gets the entity state (Etag) version of the API policy specified by its identifier.voidWorkspacePolicies.getEntityTag(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId) Gets the entity state (Etag) version of the workspace policy specified by its identifier.voidWorkspaceProductPolicies.getEntityTag(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId) Get the ETag of the policy configuration at the Product level.ApiOperationPolicies.getEntityTagWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the API operation policy specified by its identifier.ApiPolicies.getEntityTagWithResponse(String resourceGroupName, String serviceName, String apiId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the API policy specified by its identifier.GraphQLApiResolverPolicies.getEntityTagWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the GraphQL API resolver policy specified by its identifier.Policies.getEntityTagWithResponse(String resourceGroupName, String serviceName, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the Global policy definition in the Api Management service.ProductPolicies.getEntityTagWithResponse(String resourceGroupName, String serviceName, String productId, PolicyIdName policyId, com.azure.core.util.Context context) Get the ETag of the policy configuration at the Product level.WorkspaceApiOperationPolicies.getEntityTagWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String operationId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the API operation policy specified by its identifier.WorkspaceApiPolicies.getEntityTagWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the API policy specified by its identifier.WorkspacePolicies.getEntityTagWithResponse(String resourceGroupName, String serviceName, String workspaceId, PolicyIdName policyId, com.azure.core.util.Context context) Gets the entity state (Etag) version of the workspace policy specified by its identifier.WorkspaceProductPolicies.getEntityTagWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, PolicyIdName policyId, com.azure.core.util.Context context) Get the ETag of the policy configuration at the Product 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.