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 HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract KeysClient getKeys()

Gets the KeysClient object to access its operations.

abstract ManagedHsmKeysClient getManagedHsmKeys()

Gets the ManagedHsmKeysClient object to access its operations.

abstract ManagedHsmsClient getManagedHsms()

Gets the ManagedHsmsClient object to access its operations.

abstract MhsmPrivateEndpointConnectionsClient getMhsmPrivateEndpointConnections()

Gets the MhsmPrivateEndpointConnectionsClient object to access its operations.

abstract MhsmPrivateLinkResourcesClient getMhsmPrivateLinkResources()

Gets the MhsmPrivateLinkResourcesClient object to access its operations.

abstract MhsmRegionsClient getMhsmRegions()

Gets the MhsmRegionsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract SecretsClient getSecrets()

Gets the SecretsClient object to access its operations.

abstract String getSubscriptionId()

Gets Subscription credentials which uniquely identify Microsoft Azure subscription.

abstract VaultsClient getVaults()

Gets the VaultsClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getKeys

public abstract KeysClient getKeys()

Gets the KeysClient object to access its operations.

Returns:

the KeysClient object.

getManagedHsmKeys

public abstract ManagedHsmKeysClient getManagedHsmKeys()

Gets the ManagedHsmKeysClient object to access its operations.

Returns:

the ManagedHsmKeysClient object.

getManagedHsms

public abstract ManagedHsmsClient getManagedHsms()

Gets the ManagedHsmsClient object to access its operations.

Returns:

the ManagedHsmsClient object.

getMhsmPrivateEndpointConnections

public abstract MhsmPrivateEndpointConnectionsClient getMhsmPrivateEndpointConnections()

Gets the MhsmPrivateEndpointConnectionsClient object to access its operations.

Returns:

the MhsmPrivateEndpointConnectionsClient object.

getMhsmPrivateLinkResources

public abstract MhsmPrivateLinkResourcesClient getMhsmPrivateLinkResources()

Gets the MhsmPrivateLinkResourcesClient object to access its operations.

Returns:

the MhsmPrivateLinkResourcesClient object.

getMhsmRegions

public abstract MhsmRegionsClient getMhsmRegions()

Gets the MhsmRegionsClient object to access its operations.

Returns:

the MhsmRegionsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getSecrets

public abstract SecretsClient getSecrets()

Gets the SecretsClient object to access its operations.

Returns:

the SecretsClient object.

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:

the subscriptionId value.

getVaults

public abstract VaultsClient getVaults()

Gets the VaultsClient object to access its operations.

Returns:

the VaultsClient object.

Applies to