Interface SystemAssignedIdentitiesClient
-
public interface SystemAssignedIdentitiesClientAn instance of this class provides access to all the operations defined in SystemAssignedIdentitiesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemAssignedIdentityInnergetByScope(String scope)Gets the systemAssignedIdentity available under the specified RP scope.Mono<SystemAssignedIdentityInner>getByScopeAsync(String scope)Gets the systemAssignedIdentity available under the specified RP scope.com.azure.core.http.rest.Response<SystemAssignedIdentityInner>getByScopeWithResponse(String scope, com.azure.core.util.Context context)Gets the systemAssignedIdentity available under the specified RP scope.Mono<com.azure.core.http.rest.Response<SystemAssignedIdentityInner>>getByScopeWithResponseAsync(String scope)Gets the systemAssignedIdentity available under the specified RP scope.
-
-
-
Method Detail
-
getByScopeWithResponseAsync
Mono<com.azure.core.http.rest.Response<SystemAssignedIdentityInner>> getByScopeWithResponseAsync(String scope)
Gets the systemAssignedIdentity available under the specified RP scope.- Parameters:
scope- The resource provider scope of the resource. Parent resource being extended by Managed Identities.- Returns:
- the systemAssignedIdentity available under the specified RP scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByScopeAsync
Mono<SystemAssignedIdentityInner> getByScopeAsync(String scope)
Gets the systemAssignedIdentity available under the specified RP scope.- Parameters:
scope- The resource provider scope of the resource. Parent resource being extended by Managed Identities.- Returns:
- the systemAssignedIdentity available under the specified RP scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByScope
SystemAssignedIdentityInner getByScope(String scope)
Gets the systemAssignedIdentity available under the specified RP scope.- Parameters:
scope- The resource provider scope of the resource. Parent resource being extended by Managed Identities.- Returns:
- the systemAssignedIdentity available under the specified RP scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByScopeWithResponse
com.azure.core.http.rest.Response<SystemAssignedIdentityInner> getByScopeWithResponse(String scope, com.azure.core.util.Context context)
Gets the systemAssignedIdentity available under the specified RP scope.- Parameters:
scope- The resource provider scope of the resource. Parent resource being extended by Managed Identities.context- The context to associate with this operation.- Returns:
- the systemAssignedIdentity available under the specified RP scope.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-