KeyVaultManagementClient Interface
public interface KeyVaultManagementClient
The interface for KeyVaultManagementClient 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
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Keys |
getKeys()
Gets the Keys |
abstract
Managed |
getManagedHsmKeys()
Gets the Managed |
abstract
Managed |
getManagedHsms()
Gets the Managed |
abstract
Mhsm |
getMhsmPrivateEndpointConnections()
Gets the Mhsm |
abstract
Mhsm |
getMhsmPrivateLinkResources()
Gets the Mhsm |
abstract
Mhsm |
getMhsmRegions()
Gets the Mhsm |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Private |
getPrivateLinkResources()
Gets the Private |
abstract
Secrets |
getSecrets()
Gets the Secrets |
abstract String |
getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription. |
abstract
Vaults |
getVaults()
Gets the Vaults |
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:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getKeys
public abstract KeysClient getKeys()
Gets the KeysClient object to access its operations.
Returns:
getManagedHsmKeys
public abstract ManagedHsmKeysClient getManagedHsmKeys()
Gets the ManagedHsmKeysClient object to access its operations.
Returns:
getManagedHsms
public abstract ManagedHsmsClient getManagedHsms()
Gets the ManagedHsmsClient object to access its operations.
Returns:
getMhsmPrivateEndpointConnections
public abstract MhsmPrivateEndpointConnectionsClient getMhsmPrivateEndpointConnections()
Gets the MhsmPrivateEndpointConnectionsClient object to access its operations.
Returns:
getMhsmPrivateLinkResources
public abstract MhsmPrivateLinkResourcesClient getMhsmPrivateLinkResources()
Gets the MhsmPrivateLinkResourcesClient object to access its operations.
Returns:
getMhsmRegions
public abstract MhsmRegionsClient getMhsmRegions()
Gets the MhsmRegionsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getSecrets
public abstract SecretsClient getSecrets()
Gets the SecretsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Returns:
getVaults
public abstract VaultsClient getVaults()
Gets the VaultsClient object to access its operations.
Returns:
Applies to
Azure SDK for Java