Uses of Class
com.azure.resourcemanager.resources.fluent.models.PolicySetDefinitionInner
Packages that use PolicySetDefinitionInner
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 PolicySetDefinitionInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return PolicySetDefinitionInnerModifier and TypeMethodDescriptionPolicySetDefinitionsClient.createOrUpdate(String policySetDefinitionName, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given subscription with the given name.PolicySetDefinitionsClient.createOrUpdateAtManagementGroup(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given management group with the given name.This operation retrieves the policy set definition in the given subscription with the given name.PolicySetDefinitionsClient.getAtManagementGroup(String policySetDefinitionName, String managementGroupId) This operation retrieves the policy set definition in the given management group with the given name.PolicySetDefinitionsClient.getBuiltIn(String policySetDefinitionName) This operation retrieves the built-in policy set definition with the given name.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type PolicySetDefinitionInnerModifier and TypeMethodDescriptionPolicySetDefinitionsClient.createOrUpdateAsync(String policySetDefinitionName, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given subscription with the given name.PolicySetDefinitionsClient.createOrUpdateAtManagementGroupAsync(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicySetDefinitionInner>PolicySetDefinitionsClient.createOrUpdateAtManagementGroupWithResponse(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy set definition in the given management group with the given name.Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>>PolicySetDefinitionsClient.createOrUpdateAtManagementGroupWithResponseAsync(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicySetDefinitionInner>PolicySetDefinitionsClient.createOrUpdateWithResponse(String policySetDefinitionName, PolicySetDefinitionInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy set definition in the given subscription with the given name.Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>>PolicySetDefinitionsClient.createOrUpdateWithResponseAsync(String policySetDefinitionName, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given subscription with the given name.This operation retrieves the policy set definition in the given subscription with the given name.PolicySetDefinitionsClient.getAtManagementGroupAsync(String policySetDefinitionName, String managementGroupId) This operation retrieves the policy set definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicySetDefinitionInner>PolicySetDefinitionsClient.getAtManagementGroupWithResponse(String policySetDefinitionName, String managementGroupId, com.azure.core.util.Context context) This operation retrieves the policy set definition in the given management group with the given name.Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>>PolicySetDefinitionsClient.getAtManagementGroupWithResponseAsync(String policySetDefinitionName, String managementGroupId) This operation retrieves the policy set definition in the given management group with the given name.PolicySetDefinitionsClient.getBuiltInAsync(String policySetDefinitionName) This operation retrieves the built-in policy set definition with the given name.com.azure.core.http.rest.Response<PolicySetDefinitionInner>PolicySetDefinitionsClient.getBuiltInWithResponse(String policySetDefinitionName, com.azure.core.util.Context context) This operation retrieves the built-in policy set definition with the given name.Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>>PolicySetDefinitionsClient.getBuiltInWithResponseAsync(String policySetDefinitionName) This operation retrieves the built-in policy set definition with the given name.com.azure.core.http.rest.Response<PolicySetDefinitionInner>PolicySetDefinitionsClient.getWithResponse(String policySetDefinitionName, com.azure.core.util.Context context) This operation retrieves the policy set definition in the given subscription with the given name.Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>>PolicySetDefinitionsClient.getWithResponseAsync(String policySetDefinitionName) This operation retrieves the policy set definition in the given subscription with the given name.com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner>PolicySetDefinitionsClient.list()This operation retrieves a list of all the policy set definitions in a given subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner>This operation retrieves a list of all the policy set definitions in a given subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner>PolicySetDefinitionsClient.listAsync()This operation retrieves a list of all the policy set definitions in a given subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner>This operation retrieves a list of all the policy set definitions in a given subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner>PolicySetDefinitionsClient.listBuiltIn()This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner>PolicySetDefinitionsClient.listBuiltIn(String filter, Integer top, com.azure.core.util.Context context) This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner>PolicySetDefinitionsClient.listBuiltInAsync()This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner>PolicySetDefinitionsClient.listBuiltInAsync(String filter, Integer top) This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner>PolicySetDefinitionsClient.listByManagementGroup(String managementGroupId) This operation retrieves a list of all the policy set definitions in a given management group that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner>PolicySetDefinitionsClient.listByManagementGroup(String managementGroupId, String filter, Integer top, com.azure.core.util.Context context) This operation retrieves a list of all the policy set definitions in a given management group that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner>PolicySetDefinitionsClient.listByManagementGroupAsync(String managementGroupId) This operation retrieves a list of all the policy set definitions in a given management group that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner>PolicySetDefinitionsClient.listByManagementGroupAsync(String managementGroupId, String filter, Integer top) This operation retrieves a list of all the policy set definitions in a given management group that match the optional given $filter.Methods in com.azure.resourcemanager.resources.fluent with parameters of type PolicySetDefinitionInnerModifier and TypeMethodDescriptionPolicySetDefinitionsClient.createOrUpdate(String policySetDefinitionName, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given subscription with the given name.PolicySetDefinitionsClient.createOrUpdateAsync(String policySetDefinitionName, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given subscription with the given name.PolicySetDefinitionsClient.createOrUpdateAtManagementGroup(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given management group with the given name.PolicySetDefinitionsClient.createOrUpdateAtManagementGroupAsync(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicySetDefinitionInner>PolicySetDefinitionsClient.createOrUpdateAtManagementGroupWithResponse(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy set definition in the given management group with the given name.Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>>PolicySetDefinitionsClient.createOrUpdateAtManagementGroupWithResponseAsync(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given management group with the given name.com.azure.core.http.rest.Response<PolicySetDefinitionInner>PolicySetDefinitionsClient.createOrUpdateWithResponse(String policySetDefinitionName, PolicySetDefinitionInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy set definition in the given subscription with the given name.Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>>PolicySetDefinitionsClient.createOrUpdateWithResponseAsync(String policySetDefinitionName, PolicySetDefinitionInner parameters) This operation creates or updates a policy set definition in the given subscription with the given name. -
Uses of PolicySetDefinitionInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return PolicySetDefinitionInnerModifier and TypeMethodDescriptionPolicySetDefinitionInner.withDescription(String description) Set the description property: The policy set definition description.PolicySetDefinitionInner.withDisplayName(String displayName) Set the displayName property: The display name of the policy set definition.PolicySetDefinitionInner.withMetadata(Object metadata) Set the metadata property: The policy set definition metadata.PolicySetDefinitionInner.withParameters(Map<String, ParameterDefinitionsValue> parameters) Set the parameters property: The policy set definition parameters that can be used in policy definition references.PolicySetDefinitionInner.withPolicyDefinitionGroups(List<PolicyDefinitionGroup> policyDefinitionGroups) Set the policyDefinitionGroups property: The metadata describing groups of policy definition references within the policy set definition.PolicySetDefinitionInner.withPolicyDefinitions(List<PolicyDefinitionReference> policyDefinitions) Set the policyDefinitions property: An array of policy definition references.PolicySetDefinitionInner.withPolicyType(PolicyType policyType) Set the policyType property: The type of policy definition. -
Uses of PolicySetDefinitionInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type PolicySetDefinitionInnerModifier and TypeMethodDescriptionPolicySetDefinitionListResult.value()Get the value property: An array of policy set definitions.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type PolicySetDefinitionInnerModifier and TypeMethodDescriptionPolicySetDefinitionListResult.withValue(List<PolicySetDefinitionInner> value) Set the value property: An array of policy set definitions.