public interface ManagedServiceIdentityClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
String |
getEndpoint()
Gets server parameter.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
OperationsClient |
getOperations()
Gets the OperationsClient object to access its operations.
|
String |
getSubscriptionId()
Gets The Id of the Subscription to which the identity belongs.
|
SystemAssignedIdentitiesClient |
getSystemAssignedIdentities()
Gets the SystemAssignedIdentitiesClient object to access its operations.
|
UserAssignedIdentitiesClient |
getUserAssignedIdentities()
Gets the UserAssignedIdentitiesClient object to access its operations.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
SystemAssignedIdentitiesClient getSystemAssignedIdentities()
OperationsClient getOperations()
UserAssignedIdentitiesClient getUserAssignedIdentities()
Copyright © 2020 Microsoft Corporation. All rights reserved.