Uses of Class
com.azure.resourcemanager.resources.fluent.models.PolicyDefinitionInner
Packages that use PolicyDefinitionInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of PolicyDefinitionInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return PolicyDefinitionInnerModifier and TypeMethodDescriptionPolicyDefinitionsClient.createOrUpdate(String policyDefinitionName, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given subscription with the given name.PolicyDefinitionsClient.createOrUpdateAtManagementGroup(String policyDefinitionName, String managementGroupId, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given management group with the given name.This operation retrieves the policy definition in the given subscription with the given name.PolicyDefinitionsClient.getAtManagementGroup(String policyDefinitionName, String managementGroupId) This operation retrieves the policy definition in the given management group with the given name.PolicyDefinitionsClient.getBuiltIn(String policyDefinitionName) This operation retrieves the built-in policy definition with the given name.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type PolicyDefinitionInnerModifier and TypeMethodDescriptionPolicyDefinitionsClient.createOrUpdateAsync(String policyDefinitionName, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given subscription with the given name.PolicyDefinitionsClient.createOrUpdateAtManagementGroupAsync(String policyDefinitionName, String managementGroupId, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicyDefinitionInner>PolicyDefinitionsClient.createOrUpdateAtManagementGroupWithResponse(String policyDefinitionName, String managementGroupId, PolicyDefinitionInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy definition in the given management group with the given name.Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>>PolicyDefinitionsClient.createOrUpdateAtManagementGroupWithResponseAsync(String policyDefinitionName, String managementGroupId, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicyDefinitionInner>PolicyDefinitionsClient.createOrUpdateWithResponse(String policyDefinitionName, PolicyDefinitionInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy definition in the given subscription with the given name.Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>>PolicyDefinitionsClient.createOrUpdateWithResponseAsync(String policyDefinitionName, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given subscription with the given name.This operation retrieves the policy definition in the given subscription with the given name.PolicyDefinitionsClient.getAtManagementGroupAsync(String policyDefinitionName, String managementGroupId) This operation retrieves the policy definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicyDefinitionInner>PolicyDefinitionsClient.getAtManagementGroupWithResponse(String policyDefinitionName, String managementGroupId, com.azure.core.util.Context context) This operation retrieves the policy definition in the given management group with the given name.Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>>PolicyDefinitionsClient.getAtManagementGroupWithResponseAsync(String policyDefinitionName, String managementGroupId) This operation retrieves the policy definition in the given management group with the given name.PolicyDefinitionsClient.getBuiltInAsync(String policyDefinitionName) This operation retrieves the built-in policy definition with the given name.com.azure.core.http.rest.Response<PolicyDefinitionInner>PolicyDefinitionsClient.getBuiltInWithResponse(String policyDefinitionName, com.azure.core.util.Context context) This operation retrieves the built-in policy definition with the given name.Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>>PolicyDefinitionsClient.getBuiltInWithResponseAsync(String policyDefinitionName) This operation retrieves the built-in policy definition with the given name.com.azure.core.http.rest.Response<PolicyDefinitionInner>PolicyDefinitionsClient.getWithResponse(String policyDefinitionName, com.azure.core.util.Context context) This operation retrieves the policy definition in the given subscription with the given name.Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>>PolicyDefinitionsClient.getWithResponseAsync(String policyDefinitionName) This operation retrieves the policy definition in the given subscription with the given name.com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner>PolicyDefinitionsClient.list()This operation retrieves a list of all the policy definitions in a given subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner>This operation retrieves a list of all the policy definitions in a given subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner>PolicyDefinitionsClient.listAsync()This operation retrieves a list of all the policy definitions in a given subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner>This operation retrieves a list of all the policy definitions in a given subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner>PolicyDefinitionsClient.listBuiltIn()This operation retrieves a list of all the built-in policy definitions that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner>PolicyDefinitionsClient.listBuiltIn(String filter, Integer top, com.azure.core.util.Context context) This operation retrieves a list of all the built-in policy definitions that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner>PolicyDefinitionsClient.listBuiltInAsync()This operation retrieves a list of all the built-in policy definitions that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner>PolicyDefinitionsClient.listBuiltInAsync(String filter, Integer top) This operation retrieves a list of all the built-in policy definitions that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner>PolicyDefinitionsClient.listByManagementGroup(String managementGroupId) This operation retrieves a list of all the policy definitions in a given management group that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner>PolicyDefinitionsClient.listByManagementGroup(String managementGroupId, String filter, Integer top, com.azure.core.util.Context context) This operation retrieves a list of all the policy definitions in a given management group that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner>PolicyDefinitionsClient.listByManagementGroupAsync(String managementGroupId) This operation retrieves a list of all the policy definitions in a given management group that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner>PolicyDefinitionsClient.listByManagementGroupAsync(String managementGroupId, String filter, Integer top) This operation retrieves a list of all the policy definitions in a given management group that match the optional given $filter.Methods in com.azure.resourcemanager.resources.fluent with parameters of type PolicyDefinitionInnerModifier and TypeMethodDescriptionPolicyDefinitionsClient.createOrUpdate(String policyDefinitionName, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given subscription with the given name.PolicyDefinitionsClient.createOrUpdateAsync(String policyDefinitionName, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given subscription with the given name.PolicyDefinitionsClient.createOrUpdateAtManagementGroup(String policyDefinitionName, String managementGroupId, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given management group with the given name.PolicyDefinitionsClient.createOrUpdateAtManagementGroupAsync(String policyDefinitionName, String managementGroupId, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicyDefinitionInner>PolicyDefinitionsClient.createOrUpdateAtManagementGroupWithResponse(String policyDefinitionName, String managementGroupId, PolicyDefinitionInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy definition in the given management group with the given name.Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>>PolicyDefinitionsClient.createOrUpdateAtManagementGroupWithResponseAsync(String policyDefinitionName, String managementGroupId, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicyDefinitionInner>PolicyDefinitionsClient.createOrUpdateWithResponse(String policyDefinitionName, PolicyDefinitionInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy definition in the given subscription with the given name.Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>>PolicyDefinitionsClient.createOrUpdateWithResponseAsync(String policyDefinitionName, PolicyDefinitionInner parameters) This operation creates or updates a policy definition in the given subscription with the given name. -
Uses of PolicyDefinitionInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return PolicyDefinitionInnerModifier and TypeMethodDescriptionPolicyDefinitionInner.withDescription(String description) Set the description property: The policy definition description.PolicyDefinitionInner.withDisplayName(String displayName) Set the displayName property: The display name of the policy definition.PolicyDefinitionInner.withMetadata(Object metadata) Set the metadata property: The policy definition metadata.Set the mode property: The policy definition mode.PolicyDefinitionInner.withParameters(Map<String, ParameterDefinitionsValue> parameters) Set the parameters property: The parameter definitions for parameters used in the policy rule.PolicyDefinitionInner.withPolicyRule(Object policyRule) Set the policyRule property: The policy rule.PolicyDefinitionInner.withPolicyType(PolicyType policyType) Set the policyType property: The type of policy definition. -
Uses of PolicyDefinitionInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type PolicyDefinitionInnerModifier and TypeMethodDescriptionPolicyDefinitionListResult.value()Get the value property: An array of policy definitions.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type PolicyDefinitionInnerModifier and TypeMethodDescriptionPolicyDefinitionListResult.withValue(List<PolicyDefinitionInner> value) Set the value property: An array of policy definitions.