public interface KeyVaultManagementClient
| 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.
|
PrivateEndpointConnectionsClient |
getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
|
PrivateLinkResourcesClient |
getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
|
String |
getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription.
|
VaultsClient |
getVaults()
Gets the VaultsClient object to access its operations.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
VaultsClient getVaults()
PrivateEndpointConnectionsClient getPrivateEndpointConnections()
PrivateLinkResourcesClient getPrivateLinkResources()
OperationsClient getOperations()
Copyright © 2020 Microsoft Corporation. All rights reserved.