public final class KeyVaultManagementClient extends AzureServiceClient
| 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.
|
com.azure.core.util.serializer.SerializerAdapter |
getSerializerAdapter()
Gets The serializer to serialize an object into a string.
|
String |
getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription.
|
VaultsClient |
getVaults()
Gets the VaultsClient object to access its operations.
|
getContext, getLroFinalResultOrError, getLroResult, mergeContextpublic String getSubscriptionId()
public String getEndpoint()
public String getApiVersion()
public com.azure.core.http.HttpPipeline getHttpPipeline()
getHttpPipeline in class AzureServiceClientpublic com.azure.core.util.serializer.SerializerAdapter getSerializerAdapter()
getSerializerAdapter in class AzureServiceClientpublic Duration getDefaultPollInterval()
getDefaultPollInterval in class AzureServiceClientpublic VaultsClient getVaults()
public PrivateEndpointConnectionsClient getPrivateEndpointConnections()
public PrivateLinkResourcesClient getPrivateLinkResources()
public OperationsClient getOperations()
Copyright © 2020 Microsoft Corporation. All rights reserved.