Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PolicyRestrictionContractInner
Packages that use PolicyRestrictionContractInner
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 PolicyRestrictionContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return PolicyRestrictionContractInnerModifier and TypeMethodDescriptionPolicyRestrictionsClient.createOrUpdate(String resourceGroupName, String serviceName, String policyRestrictionId, PolicyRestrictionContractInner parameters) Creates or updates the policy restriction configuration of the Api Management service.PolicyRestrictionsClient.get(String resourceGroupName, String serviceName, String policyRestrictionId) Get the policy restriction of the Api Management service.PolicyRestrictionsClient.update(String resourceGroupName, String serviceName, String policyRestrictionId, String ifMatch, PolicyRestrictionUpdateContract parameters) Updates the policy restriction configuration of the Api Management service.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type PolicyRestrictionContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PolicyRestrictionContractInner> PolicyRestrictionsClient.listByService(String resourceGroupName, String serviceName) Gets all policy restrictions of API Management services.com.azure.core.http.rest.PagedIterable<PolicyRestrictionContractInner> PolicyRestrictionsClient.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Gets all policy restrictions of API Management services.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type PolicyRestrictionContractInnerModifier and TypeMethodDescriptionPolicyRestrictionsClient.createOrUpdate(String resourceGroupName, String serviceName, String policyRestrictionId, PolicyRestrictionContractInner parameters) Creates or updates the policy restriction configuration of the Api Management service.PolicyRestrictionsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String policyRestrictionId, PolicyRestrictionContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates the policy restriction configuration of the Api Management service. -
Uses of PolicyRestrictionContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PolicyRestrictionContractInnerModifier and TypeMethodDescriptionPolicyRestrictionContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyRestrictionContractInner from the JsonReader.PolicyRestrictionContractInner.withRequireBase(PolicyRestrictionRequireBase requireBase) Set the requireBase property: Indicates if base policy should be enforced for the policy document.Set the scope property: Path to the policy document. -
Uses of PolicyRestrictionContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PolicyRestrictionContractInnerModifier and TypeMethodDescriptionPolicyRestrictionsCreateOrUpdateResponse.getValue()Gets the deserialized response body.PolicyRestrictionsGetResponse.getValue()Gets the deserialized response body.PolicyRestrictionsUpdateResponse.getValue()Gets the deserialized response body.PolicyRestrictionContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PolicyRestrictionContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PolicyRestrictionContractInnerModifier and TypeMethodDescriptionPolicyRestrictionCollection.value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type PolicyRestrictionContractInnerModifier and TypeMethodDescriptionPolicyRestrictionCollection.withValue(List<PolicyRestrictionContractInner> value) Set the value property: The value property.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type PolicyRestrictionContractInnerModifierConstructorDescriptionPolicyRestrictionsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PolicyRestrictionContractInner value, PolicyRestrictionsCreateOrUpdateHeaders headers) Creates an instance of PolicyRestrictionsCreateOrUpdateResponse.PolicyRestrictionsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PolicyRestrictionContractInner value, PolicyRestrictionsGetHeaders headers) Creates an instance of PolicyRestrictionsGetResponse.PolicyRestrictionsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PolicyRestrictionContractInner value, PolicyRestrictionsUpdateHeaders headers) Creates an instance of PolicyRestrictionsUpdateResponse.