public interface SystemAssignedIdentitiesClient
| Modifier and Type | Method and Description |
|---|---|
SystemAssignedIdentityInner |
getByScope(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.
|
Mono<com.azure.core.http.rest.Response<SystemAssignedIdentityInner>> getByScopeWithResponseAsync(String scope)
scope - The resource provider scope of the resource. Parent resource being extended by Managed Identities.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.Mono<SystemAssignedIdentityInner> getByScopeAsync(String scope)
scope - The resource provider scope of the resource. Parent resource being extended by Managed Identities.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.SystemAssignedIdentityInner getByScope(String scope)
scope - The resource provider scope of the resource. Parent resource being extended by Managed Identities.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.com.azure.core.http.rest.Response<SystemAssignedIdentityInner> getByScopeWithResponse(String scope, com.azure.core.util.Context context)
scope - The resource provider scope of the resource. Parent resource being extended by Managed Identities.context - The context to associate with this operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.