Uses of Class
com.azure.resourcemanager.resources.fluent.models.PolicyAssignmentInner
Packages that use PolicyAssignmentInner
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 PolicyAssignmentInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return PolicyAssignmentInnerModifier and TypeMethodDescriptionPolicyAssignmentsClient.create(String scope, String policyAssignmentName, PolicyAssignmentInner parameters) This operation creates or updates a policy assignment with the given scope and name.PolicyAssignmentsClient.createById(String policyAssignmentId, PolicyAssignmentInner parameters) This operation creates or updates the policy assignment with the given ID.This operation deletes a policy assignment, given its name and the scope it was created in.PolicyAssignmentsClient.deleteById(String policyAssignmentId) This operation deletes the policy with the given ID.This operation retrieves a single policy assignment, given its name and the scope it was created at.The operation retrieves the policy assignment with the given ID.PolicyAssignmentsClient.update(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters) This operation updates a policy assignment with the given scope and name.PolicyAssignmentsClient.updateById(String policyAssignmentId, PolicyAssignmentUpdate parameters) This operation updates the policy assignment with the given ID.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type PolicyAssignmentInnerModifier and TypeMethodDescriptionPolicyAssignmentsClient.createAsync(String scope, String policyAssignmentName, PolicyAssignmentInner parameters) This operation creates or updates a policy assignment with the given scope and name.PolicyAssignmentsClient.createByIdAsync(String policyAssignmentId, PolicyAssignmentInner parameters) This operation creates or updates the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.createByIdWithResponse(String policyAssignmentId, PolicyAssignmentInner parameters, com.azure.core.util.Context context) This operation creates or updates the policy assignment with the given ID.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.createByIdWithResponseAsync(String policyAssignmentId, PolicyAssignmentInner parameters) This operation creates or updates the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.createWithResponse(String scope, String policyAssignmentName, PolicyAssignmentInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy assignment with the given scope and name.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.createWithResponseAsync(String scope, String policyAssignmentName, PolicyAssignmentInner parameters) This operation creates or updates a policy assignment with the given scope and name.PolicyAssignmentsClient.deleteAsync(String scope, String policyAssignmentName) This operation deletes a policy assignment, given its name and the scope it was created in.PolicyAssignmentsClient.deleteByIdAsync(String policyAssignmentId) This operation deletes the policy with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.deleteByIdWithResponse(String policyAssignmentId, com.azure.core.util.Context context) This operation deletes the policy with the given ID.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.deleteByIdWithResponseAsync(String policyAssignmentId) This operation deletes the policy with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.deleteWithResponse(String scope, String policyAssignmentName, com.azure.core.util.Context context) This operation deletes a policy assignment, given its name and the scope it was created in.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.deleteWithResponseAsync(String scope, String policyAssignmentName) This operation deletes a policy assignment, given its name and the scope it was created in.This operation retrieves a single policy assignment, given its name and the scope it was created at.PolicyAssignmentsClient.getByIdAsync(String policyAssignmentId) The operation retrieves the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.getByIdWithResponse(String policyAssignmentId, com.azure.core.util.Context context) The operation retrieves the policy assignment with the given ID.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.getByIdWithResponseAsync(String policyAssignmentId) The operation retrieves the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.getWithResponse(String scope, String policyAssignmentName, com.azure.core.util.Context context) This operation retrieves a single policy assignment, given its name and the scope it was created at.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.getWithResponseAsync(String scope, String policyAssignmentName) This operation retrieves a single policy assignment, given its name and the scope it was created at.com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner>PolicyAssignmentsClient.list()This operation retrieves the list of all policy assignments associated with the given subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner>This operation retrieves the list of all policy assignments associated with the given subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner>PolicyAssignmentsClient.listAsync()This operation retrieves the list of all policy assignments associated with the given subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner>This operation retrieves the list of all policy assignments associated with the given subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner>PolicyAssignmentsClient.listByResourceGroup(String resourceGroupName) This operation retrieves the list of all policy assignments associated with the given resource group in the given subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner>PolicyAssignmentsClient.listByResourceGroup(String resourceGroupName, String filter, Integer top, com.azure.core.util.Context context) This operation retrieves the list of all policy assignments associated with the given resource group in the given subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner>PolicyAssignmentsClient.listByResourceGroupAsync(String resourceGroupName) This operation retrieves the list of all policy assignments associated with the given resource group in the given subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner>PolicyAssignmentsClient.listByResourceGroupAsync(String resourceGroupName, String filter, Integer top) This operation retrieves the list of all policy assignments associated with the given resource group in the given subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner>PolicyAssignmentsClient.listForManagementGroup(String managementGroupId) This operation retrieves the list of all policy assignments applicable to the management group that match the given $filter.com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner>PolicyAssignmentsClient.listForManagementGroup(String managementGroupId, String filter, Integer top, com.azure.core.util.Context context) This operation retrieves the list of all policy assignments applicable to the management group that match the given $filter.com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner>PolicyAssignmentsClient.listForManagementGroupAsync(String managementGroupId) This operation retrieves the list of all policy assignments applicable to the management group that match the given $filter.com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner>PolicyAssignmentsClient.listForManagementGroupAsync(String managementGroupId, String filter, Integer top) This operation retrieves the list of all policy assignments applicable to the management group that match the given $filter.com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner>PolicyAssignmentsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName) This operation retrieves the list of all policy assignments associated with the specified resource in the given resource group and subscription that match the optional given $filter.com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner>PolicyAssignmentsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String filter, Integer top, com.azure.core.util.Context context) This operation retrieves the list of all policy assignments associated with the specified resource in the given resource group and subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner>PolicyAssignmentsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName) This operation retrieves the list of all policy assignments associated with the specified resource in the given resource group and subscription that match the optional given $filter.com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner>PolicyAssignmentsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String filter, Integer top) This operation retrieves the list of all policy assignments associated with the specified resource in the given resource group and subscription that match the optional given $filter.PolicyAssignmentsClient.updateAsync(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters) This operation updates a policy assignment with the given scope and name.PolicyAssignmentsClient.updateByIdAsync(String policyAssignmentId, PolicyAssignmentUpdate parameters) This operation updates the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.updateByIdWithResponse(String policyAssignmentId, PolicyAssignmentUpdate parameters, com.azure.core.util.Context context) This operation updates the policy assignment with the given ID.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.updateByIdWithResponseAsync(String policyAssignmentId, PolicyAssignmentUpdate parameters) This operation updates the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.updateWithResponse(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters, com.azure.core.util.Context context) This operation updates a policy assignment with the given scope and name.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.updateWithResponseAsync(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters) This operation updates a policy assignment with the given scope and name.Methods in com.azure.resourcemanager.resources.fluent with parameters of type PolicyAssignmentInnerModifier and TypeMethodDescriptionPolicyAssignmentsClient.create(String scope, String policyAssignmentName, PolicyAssignmentInner parameters) This operation creates or updates a policy assignment with the given scope and name.PolicyAssignmentsClient.createAsync(String scope, String policyAssignmentName, PolicyAssignmentInner parameters) This operation creates or updates a policy assignment with the given scope and name.PolicyAssignmentsClient.createById(String policyAssignmentId, PolicyAssignmentInner parameters) This operation creates or updates the policy assignment with the given ID.PolicyAssignmentsClient.createByIdAsync(String policyAssignmentId, PolicyAssignmentInner parameters) This operation creates or updates the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.createByIdWithResponse(String policyAssignmentId, PolicyAssignmentInner parameters, com.azure.core.util.Context context) This operation creates or updates the policy assignment with the given ID.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.createByIdWithResponseAsync(String policyAssignmentId, PolicyAssignmentInner parameters) This operation creates or updates the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.createWithResponse(String scope, String policyAssignmentName, PolicyAssignmentInner parameters, com.azure.core.util.Context context) This operation creates or updates a policy assignment with the given scope and name.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.createWithResponseAsync(String scope, String policyAssignmentName, PolicyAssignmentInner parameters) This operation creates or updates a policy assignment with the given scope and name. -
Uses of PolicyAssignmentInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return PolicyAssignmentInnerModifier and TypeMethodDescriptionPolicyAssignmentInner.withDescription(String description) Set the description property: This message will be part of response in case of policy violation.PolicyAssignmentInner.withDisplayName(String displayName) Set the displayName property: The display name of the policy assignment.PolicyAssignmentInner.withEnforcementMode(EnforcementMode enforcementMode) Set the enforcementMode property: The policy assignment enforcement mode.PolicyAssignmentInner.withIdentity(Identity identity) Set the identity property: The managed identity associated with the policy assignment.PolicyAssignmentInner.withLocation(String location) Set the location property: The location of the policy assignment.PolicyAssignmentInner.withMetadata(Object metadata) Set the metadata property: The policy assignment metadata.PolicyAssignmentInner.withNonComplianceMessages(List<NonComplianceMessage> nonComplianceMessages) Set the nonComplianceMessages property: The messages that describe why a resource is non-compliant with the policy.PolicyAssignmentInner.withNotScopes(List<String> notScopes) Set the notScopes property: The policy's excluded scopes.PolicyAssignmentInner.withParameters(Map<String, ParameterValuesValue> parameters) Set the parameters property: The parameter values for the assigned policy rule.PolicyAssignmentInner.withPolicyDefinitionId(String policyDefinitionId) Set the policyDefinitionId property: The ID of the policy definition or policy set definition being assigned. -
Uses of PolicyAssignmentInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type PolicyAssignmentInnerModifier and TypeMethodDescriptionPolicyAssignmentListResult.value()Get the value property: An array of policy assignments.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type PolicyAssignmentInnerModifier and TypeMethodDescriptionPolicyAssignmentListResult.withValue(List<PolicyAssignmentInner> value) Set the value property: An array of policy assignments.