public abstract RoleManagementPolicyAssignmentInner get(String scope, String roleManagementPolicyAssignmentName)
Get the specified role management policy assignment for a resource scope.
Parameters:
scope
- The scope of the role management policy.
roleManagementPolicyAssignmentName
- The name of format {guid_guid} the role management policy assignment to
get.
Returns:
the specified role management policy assignment for a resource scope.
getAsync
public abstract Mono getAsync(String scope, String roleManagementPolicyAssignmentName)
Get the specified role management policy assignment for a resource scope.
Parameters:
scope
- The scope of the role management policy.
roleManagementPolicyAssignmentName
- The name of format {guid_guid} the role management policy assignment to
get.
Returns:
the specified role management policy assignment for a resource scope on successful completion of
Mono.
getWithResponse
public abstract Response getWithResponse(String scope, String roleManagementPolicyAssignmentName, Context context)
Get the specified role management policy assignment for a resource scope.
Parameters:
scope
- The scope of the role management policy.
roleManagementPolicyAssignmentName
- The name of format {guid_guid} the role management policy assignment to
get.
context
- The context to associate with this operation.
Returns:
the specified role management policy assignment for a resource scope along with Response<T>.
getWithResponseAsync
public abstract Mono> getWithResponseAsync(String scope, String roleManagementPolicyAssignmentName)
Get the specified role management policy assignment for a resource scope.
Parameters:
scope
- The scope of the role management policy.
roleManagementPolicyAssignmentName
- The name of format {guid_guid} the role management policy assignment to
get.
Returns:
the specified role management policy assignment for a resource scope along with Response<T> on
successful completion of Mono.
listForScope
public abstract PagedIterable listForScope(String scope)
Gets role management assignment policies for a resource scope.
Parameters:
scope
- The scope of the role management policy.
Returns:
role management assignment policies for a resource scope as paginated response with
PagedIterable<T>.
listForScope
public abstract PagedIterable listForScope(String scope, Context context)
Gets role management assignment policies for a resource scope.
Parameters:
scope
- The scope of the role management policy.
context
- The context to associate with this operation.
Returns:
role management assignment policies for a resource scope as paginated response with
PagedIterable<T>.
listForScopeAsync
public abstract PagedFlux listForScopeAsync(String scope)
Gets role management assignment policies for a resource scope.
Parameters:
scope
- The scope of the role management policy.
Returns:
role management assignment policies for a resource scope as paginated response with PagedFlux<T>.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.