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) Create or update a role assignment by scope and name.RoleAssignmentsClient.createById(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Create or update a role assignment by ID.Delete a role assignment by scope and name.RoleAssignmentsClient.deleteById(String roleAssignmentId) Delete a role assignment by ID.Get a role assignment by scope and name.Get 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) Create or update a role assignment by scope and name.RoleAssignmentsClient.createByIdAsync(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Create or update a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.createByIdWithResponse(String roleAssignmentId, RoleAssignmentCreateParameters parameters, com.azure.core.util.Context context) Create or update a role assignment by ID.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.createByIdWithResponseAsync(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Create or update 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) Create or update a role assignment by scope and name.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.createWithResponseAsync(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters) Create or update a role assignment by scope and name.RoleAssignmentsClient.deleteAsync(String scope, String roleAssignmentName) Delete a role assignment by scope and name.RoleAssignmentsClient.deleteByIdAsync(String roleAssignmentId) Delete a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.deleteByIdWithResponse(String roleAssignmentId, String tenantId, com.azure.core.util.Context context) Delete a role assignment by ID.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.deleteByIdWithResponseAsync(String roleAssignmentId, String tenantId) Delete a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.deleteWithResponse(String scope, String roleAssignmentName, String tenantId, com.azure.core.util.Context context) Delete a role assignment by scope and name.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.deleteWithResponseAsync(String scope, String roleAssignmentName, String tenantId) Delete a role assignment by scope and name.Get a role assignment by scope and name.RoleAssignmentsClient.getByIdAsync(String roleAssignmentId) Get a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.getByIdWithResponse(String roleAssignmentId, String tenantId, com.azure.core.util.Context context) Get a role assignment by ID.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.getByIdWithResponseAsync(String roleAssignmentId, String tenantId) Get a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.getWithResponse(String scope, String roleAssignmentName, String tenantId, com.azure.core.util.Context context) Get a role assignment by scope and name.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.getWithResponseAsync(String scope, String roleAssignmentName, String tenantId) Get a role assignment by scope and name.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.list()List all role assignments that apply to a subscription.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>List all role assignments that apply to a subscription.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listAsync()List all role assignments that apply to a subscription.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>List all role assignments that apply to a subscription.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listByResourceGroup(String resourceGroupName) List all role assignments that apply to a resource group.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listByResourceGroup(String resourceGroupName, String filter, String tenantId, com.azure.core.util.Context context) List all role assignments that apply to a resource group.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listByResourceGroupAsync(String resourceGroupName) List all role assignments that apply to a resource group.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listByResourceGroupAsync(String resourceGroupName, String filter, String tenantId) List all role assignments that apply to a resource group.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName) List all role assignments that apply to a resource.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String filter, String tenantId, com.azure.core.util.Context context) List all role assignments that apply to a resource.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName) List all role assignments that apply to a resource.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String filter, String tenantId) List all role assignments that apply to a resource.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listForScope(String scope) List all role assignments that apply to a scope.com.azure.core.http.rest.PagedIterable<RoleAssignmentInner>RoleAssignmentsClient.listForScope(String scope, String filter, String tenantId, String skipToken, com.azure.core.util.Context context) List all role assignments that apply to a scope.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listForScopeAsync(String scope) List all role assignments that apply to a scope.com.azure.core.http.rest.PagedFlux<RoleAssignmentInner>RoleAssignmentsClient.listForScopeAsync(String scope, String filter, String tenantId, String skipToken) List all role assignments that apply to 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.withCondition(String condition) Set the condition property: The conditions on the role assignment.RoleAssignmentInner.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.RoleAssignmentInner.withDelegatedManagedIdentityResourceId(String delegatedManagedIdentityResourceId) Set the delegatedManagedIdentityResourceId property: Id of the delegated managed identity resource.RoleAssignmentInner.withDescription(String description) Set the description property: Description of role assignment.RoleAssignmentInner.withPrincipalId(String principalId) Set the principalId property: The principal ID.RoleAssignmentInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentInner.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The role definition ID. -
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.