Uses of Class
com.azure.resourcemanager.resources.fluent.models.PolicyDefinitionVersionListResultInner
Packages that use PolicyDefinitionVersionListResultInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
-
Uses of PolicyDefinitionVersionListResultInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return PolicyDefinitionVersionListResultInnerModifier and TypeMethodDescriptionPolicyDefinitionVersionsClient.listAll()Lists all policy definition versions within a subscription.PolicyDefinitionVersionsClient.listAllAtManagementGroup(String managementGroupName) Lists all policy definition versions at management group scope.PolicyDefinitionVersionsClient.listAllBuiltins()Lists all built-in policy definition versions.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type PolicyDefinitionVersionListResultInnerModifier and TypeMethodDescriptionPolicyDefinitionVersionsClient.listAllAsync()Lists all policy definition versions within a subscription.PolicyDefinitionVersionsClient.listAllAtManagementGroupAsync(String managementGroupName) Lists all policy definition versions at management group scope.com.azure.core.http.rest.Response<PolicyDefinitionVersionListResultInner> PolicyDefinitionVersionsClient.listAllAtManagementGroupWithResponse(String managementGroupName, com.azure.core.util.Context context) Lists all policy definition versions at management group scope.Mono<com.azure.core.http.rest.Response<PolicyDefinitionVersionListResultInner>> PolicyDefinitionVersionsClient.listAllAtManagementGroupWithResponseAsync(String managementGroupName) Lists all policy definition versions at management group scope.PolicyDefinitionVersionsClient.listAllBuiltinsAsync()Lists all built-in policy definition versions.com.azure.core.http.rest.Response<PolicyDefinitionVersionListResultInner> PolicyDefinitionVersionsClient.listAllBuiltinsWithResponse(com.azure.core.util.Context context) Lists all built-in policy definition versions.Mono<com.azure.core.http.rest.Response<PolicyDefinitionVersionListResultInner>> PolicyDefinitionVersionsClient.listAllBuiltinsWithResponseAsync()Lists all built-in policy definition versions.com.azure.core.http.rest.Response<PolicyDefinitionVersionListResultInner> PolicyDefinitionVersionsClient.listAllWithResponse(com.azure.core.util.Context context) Lists all policy definition versions within a subscription.Mono<com.azure.core.http.rest.Response<PolicyDefinitionVersionListResultInner>> PolicyDefinitionVersionsClient.listAllWithResponseAsync()Lists all policy definition versions within a subscription. -
Uses of PolicyDefinitionVersionListResultInner in com.azure.resourcemanager.resources.fluent.models
Classes in com.azure.resourcemanager.resources.fluent.models that implement interfaces with type arguments of type PolicyDefinitionVersionListResultInnerModifier and TypeClassDescriptionfinal classList of policy definition versions.Methods in com.azure.resourcemanager.resources.fluent.models that return PolicyDefinitionVersionListResultInnerModifier and TypeMethodDescriptionPolicyDefinitionVersionListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyDefinitionVersionListResultInner from the JsonReader.PolicyDefinitionVersionListResultInner.withNextLink(String nextLink) Set the nextLink property: The URL to use for getting the next set of results.PolicyDefinitionVersionListResultInner.withValue(List<PolicyDefinitionVersionInner> value) Set the value property: An array of policy definitions versions.