Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AllPoliciesContractInner
Packages that use AllPoliciesContractInner
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 AllPoliciesContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type AllPoliciesContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AllPoliciesContractInner> AllPoliciesClient.listByService(String resourceGroupName, String serviceName) Status of all policies of API Management services.com.azure.core.http.rest.PagedIterable<AllPoliciesContractInner> AllPoliciesClient.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Status of all policies of API Management services. -
Uses of AllPoliciesContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AllPoliciesContractInnerModifier and TypeMethodDescriptionstatic AllPoliciesContractInnerAllPoliciesContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AllPoliciesContractInner from the JsonReader.AllPoliciesContractInner.withComplianceState(PolicyComplianceState complianceState) Set the complianceState property: Policy Restriction Compliance State.AllPoliciesContractInner.withReferencePolicyId(String referencePolicyId) Set the referencePolicyId property: Policy Identifier. -
Uses of AllPoliciesContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AllPoliciesContractInnerModifier and TypeMethodDescriptionAllPoliciesContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AllPoliciesContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AllPoliciesContractInnerModifier and TypeMethodDescriptionAllPoliciesCollection.value()Get the value property: AllPolicies Contract value.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type AllPoliciesContractInnerModifier and TypeMethodDescriptionAllPoliciesCollection.withValue(List<AllPoliciesContractInner> value) Set the value property: AllPolicies Contract value.