Uses of Class
com.azure.resourcemanager.authorization.fluent.models.DenyAssignmentInner
Packages that use DenyAssignmentInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of DenyAssignmentInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return DenyAssignmentInnerModifier and TypeMethodDescriptionGet the specified deny assignment.Gets a deny assignment by ID.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type DenyAssignmentInnerModifier and TypeMethodDescriptionGet the specified deny assignment.DenyAssignmentsClient.getByIdAsync(String denyAssignmentId) Gets a deny assignment by ID.com.azure.core.http.rest.Response<DenyAssignmentInner>DenyAssignmentsClient.getByIdWithResponse(String denyAssignmentId, com.azure.core.util.Context context) Gets a deny assignment by ID.Mono<com.azure.core.http.rest.Response<DenyAssignmentInner>>DenyAssignmentsClient.getByIdWithResponseAsync(String denyAssignmentId) Gets a deny assignment by ID.com.azure.core.http.rest.Response<DenyAssignmentInner>DenyAssignmentsClient.getWithResponse(String scope, String denyAssignmentId, com.azure.core.util.Context context) Get the specified deny assignment.Mono<com.azure.core.http.rest.Response<DenyAssignmentInner>>DenyAssignmentsClient.getWithResponseAsync(String scope, String denyAssignmentId) Get the specified deny assignment.com.azure.core.http.rest.PagedIterable<DenyAssignmentInner>DenyAssignmentsClient.list()Gets all deny assignments for the subscription.com.azure.core.http.rest.PagedIterable<DenyAssignmentInner>Gets all deny assignments for the subscription.com.azure.core.http.rest.PagedFlux<DenyAssignmentInner>DenyAssignmentsClient.listAsync()Gets all deny assignments for the subscription.com.azure.core.http.rest.PagedFlux<DenyAssignmentInner>Gets all deny assignments for the subscription.com.azure.core.http.rest.PagedIterable<DenyAssignmentInner>DenyAssignmentsClient.listByResourceGroup(String resourceGroupName) Gets deny assignments for a resource group.com.azure.core.http.rest.PagedIterable<DenyAssignmentInner>DenyAssignmentsClient.listByResourceGroup(String resourceGroupName, String filter, com.azure.core.util.Context context) Gets deny assignments for a resource group.com.azure.core.http.rest.PagedFlux<DenyAssignmentInner>DenyAssignmentsClient.listByResourceGroupAsync(String resourceGroupName) Gets deny assignments for a resource group.com.azure.core.http.rest.PagedFlux<DenyAssignmentInner>DenyAssignmentsClient.listByResourceGroupAsync(String resourceGroupName, String filter) Gets deny assignments for a resource group.com.azure.core.http.rest.PagedIterable<DenyAssignmentInner>DenyAssignmentsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName) Gets deny assignments for a resource.com.azure.core.http.rest.PagedIterable<DenyAssignmentInner>DenyAssignmentsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String filter, com.azure.core.util.Context context) Gets deny assignments for a resource.com.azure.core.http.rest.PagedFlux<DenyAssignmentInner>DenyAssignmentsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName) Gets deny assignments for a resource.com.azure.core.http.rest.PagedFlux<DenyAssignmentInner>DenyAssignmentsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String filter) Gets deny assignments for a resource.com.azure.core.http.rest.PagedIterable<DenyAssignmentInner>DenyAssignmentsClient.listForScope(String scope) Gets deny assignments for a scope.com.azure.core.http.rest.PagedIterable<DenyAssignmentInner>DenyAssignmentsClient.listForScope(String scope, String filter, com.azure.core.util.Context context) Gets deny assignments for a scope.com.azure.core.http.rest.PagedFlux<DenyAssignmentInner>DenyAssignmentsClient.listForScopeAsync(String scope) Gets deny assignments for a scope.com.azure.core.http.rest.PagedFlux<DenyAssignmentInner>DenyAssignmentsClient.listForScopeAsync(String scope, String filter) Gets deny assignments for a scope. -
Uses of DenyAssignmentInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return DenyAssignmentInnerModifier and TypeMethodDescriptionDenyAssignmentInner.withCondition(String condition) Set the condition property: The conditions on the deny assignment.DenyAssignmentInner.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.DenyAssignmentInner.withDenyAssignmentName(String denyAssignmentName) Set the denyAssignmentName property: The display name of the deny assignment.DenyAssignmentInner.withDescription(String description) Set the description property: The description of the deny assignment.DenyAssignmentInner.withDoNotApplyToChildScopes(Boolean doNotApplyToChildScopes) Set the doNotApplyToChildScopes property: Determines if the deny assignment applies to child scopes.DenyAssignmentInner.withExcludePrincipals(List<Principal> excludePrincipals) Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentInner.withIsSystemProtected(Boolean isSystemProtected) Set the isSystemProtected property: Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.DenyAssignmentInner.withPermissions(List<DenyAssignmentPermission> permissions) Set the permissions property: An array of permissions that are denied by the deny assignment.DenyAssignmentInner.withPrincipals(List<Principal> principals) Set the principals property: Array of principals to which the deny assignment applies.Set the scope property: The deny assignment scope. -
Uses of DenyAssignmentInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type DenyAssignmentInnerModifier and TypeMethodDescriptionDenyAssignmentListResult.value()Get the value property: Deny assignment list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type DenyAssignmentInnerModifier and TypeMethodDescriptionDenyAssignmentListResult.withValue(List<DenyAssignmentInner> value) Set the value property: Deny assignment list.