SystemAssignedIdentitiesClient Interface
public interface SystemAssignedIdentitiesClient
An instance of this class provides access to all the operations defined in SystemAssignedIdentitiesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
System |
getByScope(String scope)
Gets the system |
abstract
Mono<System |
getByScopeAsync(String scope)
Gets the system |
abstract
Response<System |
getByScopeWithResponse(String scope, Context context)
Gets the system |
abstract
Mono<Response<System |
getByScopeWithResponseAsync(String scope)
Gets the system |
Method Details
getByScope
public abstract SystemAssignedIdentityInner getByScope(String scope)
Gets the systemAssignedIdentity available under the specified RP scope.
Parameters:
Returns:
getByScopeAsync
public abstract Mono
Gets the systemAssignedIdentity available under the specified RP scope.
Parameters:
Returns:
getByScopeWithResponse
public abstract Response
Gets the systemAssignedIdentity available under the specified RP scope.
Parameters:
Returns:
getByScopeWithResponseAsync
public abstract Mono
Gets the systemAssignedIdentity available under the specified RP scope.
Parameters:
Returns:
Applies to
Azure SDK for Java