ManagedServiceIdentityClient Interface

public interface ManagedServiceIdentityClient

The interface for ManagedServiceIdentityClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract FederatedIdentityCredentialsClient getFederatedIdentityCredentials()

Gets the FederatedIdentityCredentialsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract String getSubscriptionId()

Gets The Id of the Subscription to which the identity belongs.

abstract SystemAssignedIdentitiesClient getSystemAssignedIdentities()

Gets the SystemAssignedIdentitiesClient object to access its operations.

abstract UserAssignedIdentitiesClient getUserAssignedIdentities()

Gets the UserAssignedIdentitiesClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getFederatedIdentityCredentials

public abstract FederatedIdentityCredentialsClient getFederatedIdentityCredentials()

Gets the FederatedIdentityCredentialsClient object to access its operations.

Returns:

the FederatedIdentityCredentialsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The Id of the Subscription to which the identity belongs.

Returns:

the subscriptionId value.

getSystemAssignedIdentities

public abstract SystemAssignedIdentitiesClient getSystemAssignedIdentities()

Gets the SystemAssignedIdentitiesClient object to access its operations.

Returns:

the SystemAssignedIdentitiesClient object.

getUserAssignedIdentities

public abstract UserAssignedIdentitiesClient getUserAssignedIdentities()

Gets the UserAssignedIdentitiesClient object to access its operations.

Returns:

the UserAssignedIdentitiesClient object.

Applies to