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
Federated |
getFederatedIdentityCredentials()
Gets the Federated |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Operations |
getOperations()
Gets the Operations |
abstract String |
getSubscriptionId()
Gets The Id of the Subscription to which the identity belongs. |
abstract
System |
getSystemAssignedIdentities()
Gets the System |
abstract
User |
getUserAssignedIdentities()
Gets the User |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getFederatedIdentityCredentials
public abstract FederatedIdentityCredentialsClient getFederatedIdentityCredentials()
Gets the FederatedIdentityCredentialsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The Id of the Subscription to which the identity belongs.
Returns:
getSystemAssignedIdentities
public abstract SystemAssignedIdentitiesClient getSystemAssignedIdentities()
Gets the SystemAssignedIdentitiesClient object to access its operations.
Returns:
getUserAssignedIdentities
public abstract UserAssignedIdentitiesClient getUserAssignedIdentities()
Gets the UserAssignedIdentitiesClient object to access its operations.
Returns:
Applies to
Azure SDK for Java