Mono<RoleAssignmentInner> |
RoleAssignmentsClient.createAsync(String scope,
String roleAssignmentName,
RoleAssignmentCreateParameters parameters) |
Create or update a role assignment by scope and name.
|
Mono<RoleAssignmentInner> |
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.
|
Mono<RoleAssignmentInner> |
RoleAssignmentsClient.deleteAsync(String scope,
String roleAssignmentName) |
Delete a role assignment by scope and name.
|
Mono<RoleAssignmentInner> |
RoleAssignmentsClient.deleteAsync(String scope,
String roleAssignmentName,
String tenantId) |
Delete a role assignment by scope and name.
|
Mono<RoleAssignmentInner> |
RoleAssignmentsClient.deleteByIdAsync(String roleAssignmentId) |
Delete a role assignment by ID.
|
Mono<RoleAssignmentInner> |
RoleAssignmentsClient.deleteByIdAsync(String roleAssignmentId,
String tenantId) |
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.
|
Mono<RoleAssignmentInner> |
RoleAssignmentsClient.getAsync(String scope,
String roleAssignmentName) |
Get a role assignment by scope and name.
|
Mono<RoleAssignmentInner> |
RoleAssignmentsClient.getAsync(String scope,
String roleAssignmentName,
String tenantId) |
Get a role assignment by scope and name.
|
Mono<RoleAssignmentInner> |
RoleAssignmentsClient.getByIdAsync(String roleAssignmentId) |
Get a role assignment by ID.
|
Mono<RoleAssignmentInner> |
RoleAssignmentsClient.getByIdAsync(String roleAssignmentId,
String tenantId) |
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> |
RoleAssignmentsClient.list(String filter,
String tenantId,
com.azure.core.util.Context context) |
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> |
RoleAssignmentsClient.listAsync(String filter,
String tenantId) |
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,
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) |
List all role assignments that apply to a scope.
|