Uses of Enum
com.azure.resourcemanager.apimanagement.models.PolicyScopeContract
Packages that use PolicyScopeContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PolicyScopeContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type PolicyScopeContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PolicyDescriptionCollectionInner> PolicyDescriptionsClient.listByServiceWithResponse(String resourceGroupName, String serviceName, PolicyScopeContract scope, com.azure.core.util.Context context) Lists all policy descriptions. -
Uses of PolicyScopeContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PolicyScopeContractModifier and TypeMethodDescriptionstatic PolicyScopeContractPolicyScopeContract.fromString(String value) Parses a serialized value to a PolicyScopeContract instance.static PolicyScopeContractReturns the enum constant of this type with the specified name.static PolicyScopeContract[]PolicyScopeContract.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PolicyScopeContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PolicyDescriptionCollection> PolicyDescriptions.listByServiceWithResponse(String resourceGroupName, String serviceName, PolicyScopeContract scope, com.azure.core.util.Context context) Lists all policy descriptions.