Uses of Class
com.azure.resourcemanager.authorization.fluent.models.RoleAssignmentInner
Packages that use RoleAssignmentInner
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 RoleAssignmentInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return RoleAssignmentInnerModifier and TypeMethodDescriptionRoleAssignmentsClient.create(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters) Creates a role assignment.RoleAssignmentsClient.createById(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Creates a role assignment by ID.Deletes a role assignment.RoleAssignmentsClient.deleteById(String roleAssignmentId) Deletes a role assignment.Get the specified role assignment.Gets a role assignment by ID.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type RoleAssignmentInnerModifier and TypeMethodDescriptionRoleAssignmentsClient.createAsync(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters) Creates a role assignment.RoleAssignmentsClient.createByIdAsync(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Creates a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.createByIdWithResponse(String roleAssignmentId, RoleAssignmentCreateParameters parameters, com.azure.core.util.Context context) Creates a role assignment by ID.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.createByIdWithResponseAsync(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Creates a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.createWithResponse(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters, com.azure.core.util.Context context) Creates a role assignment.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.createWithResponseAsync(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters) Creates a role assignment.RoleAssignmentsClient.deleteAsync(String scope, String roleAssignmentName) Deletes a role assignment.RoleAssignmentsClient.deleteByIdAsync(String roleAssignmentId) Deletes a role assignment.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.deleteByIdWithResponse(String roleAssignmentId, com.azure.core.util.Context context) Deletes a role assignment.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.deleteByIdWithResponseAsync(String roleAssignmentId) Deletes a role assignment.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.deleteWithResponse(String scope, String roleAssignmentName, com.azure.core.util.Context context) Deletes a role assignment.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.deleteWithResponseAsync(String scope, String roleAssignmentName) Deletes a role assignment.Get the specified role assignment.RoleAssignmentsClient.getByIdAsync(String roleAssignmentId) Gets a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.getByIdWithResponse(String roleAssignmentId, com.azure.core.util.Context context) Gets a role assignment by ID.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.getByIdWithResponseAsync(String roleAssignmentId) Gets a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.getWithResponse(String scope, String roleAssignmentName, com.azure.core.util.Context context) Get the specified role assignment.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.getWithResponseAsync(String scope, String roleAssignmentName) Get the specified role assignment.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.list()Gets all role assignments for the subscription.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>Gets all role assignments for the subscription.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listAsync()Gets all role assignments for the subscription.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>Gets all role assignments for the subscription.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listByResourceGroup(String resourceGroupName) Gets role assignments for a resource group.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listByResourceGroup(String resourceGroupName, String filter, com.azure.core.util.Context context) Gets role assignments for a resource group.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listByResourceGroupAsync(String resourceGroupName) Gets role assignments for a resource group.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listByResourceGroupAsync(String resourceGroupName, String filter) Gets role assignments for a resource group.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName) Gets role assignments for a resource.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String filter, com.azure.core.util.Context context) Gets role assignments for a resource.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName) Gets role assignments for a resource.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String filter) Gets role assignments for a resource.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listForScope(String scope) Gets role assignments for a scope.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listForScope(String scope, String filter, com.azure.core.util.Context context) Gets role assignments for a scope.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listForScopeAsync(String scope) Gets role assignments for a scope.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listForScopeAsync(String scope, String filter) Gets role assignments for a scope. -
Uses of RoleAssignmentInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return RoleAssignmentInnerModifier and TypeMethodDescriptionRoleAssignmentInner.withProperties(RoleAssignmentPropertiesWithScope properties) Set the properties property: Role assignment properties. -
Uses of RoleAssignmentInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleAssignmentInnerModifier and TypeMethodDescriptionRoleAssignmentListResult.value()Get the value property: Role assignment list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type RoleAssignmentInnerModifier and TypeMethodDescriptionRoleAssignmentListResult.withValue(List<RoleAssignmentInner> value) Set the value property: Role assignment list.