Interface SystemAssignedIdentitiesClient


  • public interface SystemAssignedIdentitiesClient
    An instance of this class provides access to all the operations defined in SystemAssignedIdentitiesClient.
    • 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.