Share via


HardwareSecurityModulesManager Class

  • java.lang.Object
    • com.azure.resourcemanager.hardwaresecuritymodules.HardwareSecurityModulesManager

public final class HardwareSecurityModulesManager

Entry point to HardwareSecurityModulesManager. The Azure management API provides a RESTful set of web services that interact with Hardware Security Modules.

Method Summary

Modifier and Type Method and Description
static HardwareSecurityModulesManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Hardware Security Modules service API entry point.

static HardwareSecurityModulesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Hardware Security Modules service API entry point.

CloudHsmClusterBackupStatus cloudHsmClusterBackupStatus()

Gets the resource collection API of CloudHsmClusterBackupStatus.

CloudHsmClusterPrivateEndpointConnections cloudHsmClusterPrivateEndpointConnections()

Gets the resource collection API of CloudHsmClusterPrivateEndpointConnections.

CloudHsmClusterPrivateLinkResources cloudHsmClusterPrivateLinkResources()

Gets the resource collection API of CloudHsmClusterPrivateLinkResources.

CloudHsmClusterRestoreStatus cloudHsmClusterRestoreStatus()

Gets the resource collection API of CloudHsmClusterRestoreStatus.

CloudHsmClusters cloudHsmClusters()

Gets the resource collection API of CloudHsmClusters.

static Configurable configure()

Gets a Configurable instance that can be used to create HardwareSecurityModulesManager with optional configuration.

DedicatedHsms dedicatedHsms()

Gets the resource collection API of DedicatedHsms.

Operations operations()

Gets the resource collection API of Operations.

PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections.

HardwareSecurityModulesManagementClient serviceClient()

Gets wrapped service client HardwareSecurityModulesManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

authenticate

public static HardwareSecurityModulesManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Hardware Security Modules service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the Hardware Security Modules service API instance.

authenticate

public static HardwareSecurityModulesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Hardware Security Modules service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the Hardware Security Modules service API instance.

cloudHsmClusterBackupStatus

public CloudHsmClusterBackupStatus cloudHsmClusterBackupStatus()

Gets the resource collection API of CloudHsmClusterBackupStatus.

Returns:

Resource collection API of CloudHsmClusterBackupStatus.

cloudHsmClusterPrivateEndpointConnections

public CloudHsmClusterPrivateEndpointConnections cloudHsmClusterPrivateEndpointConnections()

Gets the resource collection API of CloudHsmClusterPrivateEndpointConnections. It manages PrivateEndpointConnection.

Returns:

Resource collection API of CloudHsmClusterPrivateEndpointConnections.

cloudHsmClusterPrivateLinkResources

public CloudHsmClusterPrivateLinkResources cloudHsmClusterPrivateLinkResources()

Gets the resource collection API of CloudHsmClusterPrivateLinkResources.

Returns:

Resource collection API of CloudHsmClusterPrivateLinkResources.

cloudHsmClusterRestoreStatus

public CloudHsmClusterRestoreStatus cloudHsmClusterRestoreStatus()

Gets the resource collection API of CloudHsmClusterRestoreStatus.

Returns:

Resource collection API of CloudHsmClusterRestoreStatus.

cloudHsmClusters

public CloudHsmClusters cloudHsmClusters()

Gets the resource collection API of CloudHsmClusters. It manages CloudHsmCluster.

Returns:

Resource collection API of CloudHsmClusters.

configure

public static HardwareSecurityModulesManager.Configurable configure()

Gets a Configurable instance that can be used to create HardwareSecurityModulesManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

dedicatedHsms

public DedicatedHsms dedicatedHsms()

Gets the resource collection API of DedicatedHsms. It manages DedicatedHsm.

Returns:

Resource collection API of DedicatedHsms.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

privateEndpointConnections

public PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections.

Returns:

Resource collection API of PrivateEndpointConnections.

serviceClient

public HardwareSecurityModulesManagementClient serviceClient()

Gets wrapped service client HardwareSecurityModulesManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client HardwareSecurityModulesManagementClient.

Applies to