Share via


HardwareSecurityModulesManagementClient Interface

public interface HardwareSecurityModulesManagementClient

The interface for HardwareSecurityModulesManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Version parameter.

abstract CloudHsmClusterBackupStatusClient getCloudHsmClusterBackupStatus()

Gets the CloudHsmClusterBackupStatusClient object to access its operations.

abstract CloudHsmClusterPrivateEndpointConnectionsClient getCloudHsmClusterPrivateEndpointConnections()

Gets the CloudHsmClusterPrivateEndpointConnectionsClient object to access its operations.

abstract CloudHsmClusterPrivateLinkResourcesClient getCloudHsmClusterPrivateLinkResources()

Gets the CloudHsmClusterPrivateLinkResourcesClient object to access its operations.

abstract CloudHsmClusterRestoreStatusClient getCloudHsmClusterRestoreStatus()

Gets the CloudHsmClusterRestoreStatusClient object to access its operations.

abstract CloudHsmClustersClient getCloudHsmClusters()

Gets the CloudHsmClustersClient object to access its operations.

abstract DedicatedHsmsClient getDedicatedHsms()

Gets the DedicatedHsmsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets Service host.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getCloudHsmClusterBackupStatus

public abstract CloudHsmClusterBackupStatusClient getCloudHsmClusterBackupStatus()

Gets the CloudHsmClusterBackupStatusClient object to access its operations.

Returns:

the CloudHsmClusterBackupStatusClient object.

getCloudHsmClusterPrivateEndpointConnections

public abstract CloudHsmClusterPrivateEndpointConnectionsClient getCloudHsmClusterPrivateEndpointConnections()

Gets the CloudHsmClusterPrivateEndpointConnectionsClient object to access its operations.

Returns:

the CloudHsmClusterPrivateEndpointConnectionsClient object.

getCloudHsmClusterPrivateLinkResources

public abstract CloudHsmClusterPrivateLinkResourcesClient getCloudHsmClusterPrivateLinkResources()

Gets the CloudHsmClusterPrivateLinkResourcesClient object to access its operations.

Returns:

the CloudHsmClusterPrivateLinkResourcesClient object.

getCloudHsmClusterRestoreStatus

public abstract CloudHsmClusterRestoreStatusClient getCloudHsmClusterRestoreStatus()

Gets the CloudHsmClusterRestoreStatusClient object to access its operations.

Returns:

the CloudHsmClusterRestoreStatusClient object.

getCloudHsmClusters

public abstract CloudHsmClustersClient getCloudHsmClusters()

Gets the CloudHsmClustersClient object to access its operations.

Returns:

the CloudHsmClustersClient object.

getDedicatedHsms

public abstract DedicatedHsmsClient getDedicatedHsms()

Gets the DedicatedHsmsClient object to access its operations.

Returns:

the DedicatedHsmsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

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.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

Applies to