Share via


HardwareSecurityModulesExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.HardwareSecurityModules.

public static class HardwareSecurityModulesExtensions
type HardwareSecurityModulesExtensions = class
Public Module HardwareSecurityModulesExtensions
Inheritance
HardwareSecurityModulesExtensions

Methods

GetCloudHsmCluster(ResourceGroupResource, String, CancellationToken)

Gets the specified Cloud HSM Cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}
  • Operation Id: CloudHsmClusters_Get
  • Default Api Version: 2024-06-30-preview
  • Resource: CloudHsmClusterResource
GetCloudHsmClusterAsync(ResourceGroupResource, String, CancellationToken)

Gets the specified Cloud HSM Cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}
  • Operation Id: CloudHsmClusters_Get
  • Default Api Version: 2024-06-30-preview
  • Resource: CloudHsmClusterResource
GetCloudHsmClusterPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a CloudHsmClusterPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a CloudHsmClusterPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetCloudHsmClusterPrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetCloudHsmClusterResource(ArmClient, ResourceIdentifier)

Gets an object representing a CloudHsmClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a CloudHsmClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetCloudHsmClusterResource(ResourceIdentifier) instead.

GetCloudHsmClusters(ResourceGroupResource)

Gets a collection of CloudHsmClusterResources in the ResourceGroupResource. MockingTo mock this method, please mock GetCloudHsmClusters() instead.

GetCloudHsmClusters(SubscriptionResource, String, CancellationToken)

The List operation gets information about the Cloud HSM Clusters associated with the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters
  • Operation Id: CloudHsmClusters_ListBySubscription
  • Default Api Version: 2024-06-30-preview
  • Resource: CloudHsmClusterResource
GetCloudHsmClustersAsync(SubscriptionResource, String, CancellationToken)

The List operation gets information about the Cloud HSM Clusters associated with the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters
  • Operation Id: CloudHsmClusters_ListBySubscription
  • Default Api Version: 2024-06-30-preview
  • Resource: CloudHsmClusterResource
GetDedicatedHsm(ResourceGroupResource, String, CancellationToken)

Gets the specified Azure dedicated HSM.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • Operation Id: DedicatedHsm_Get
  • Default Api Version: 2024-06-30-preview
  • Resource: DedicatedHsmResource
GetDedicatedHsmAsync(ResourceGroupResource, String, CancellationToken)

Gets the specified Azure dedicated HSM.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • Operation Id: DedicatedHsm_Get
  • Default Api Version: 2024-06-30-preview
  • Resource: DedicatedHsmResource
GetDedicatedHsmResource(ArmClient, ResourceIdentifier)

Gets an object representing a DedicatedHsmResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DedicatedHsmResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDedicatedHsmResource(ResourceIdentifier) instead.

GetDedicatedHsms(ResourceGroupResource)

Gets a collection of DedicatedHsmResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDedicatedHsms() instead.

GetDedicatedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

The List operation gets information about the dedicated HSMs associated with the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
  • Operation Id: DedicatedHsm_ListBySubscription
  • Default Api Version: 2024-06-30-preview
  • Resource: DedicatedHsmResource
GetDedicatedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

The List operation gets information about the dedicated HSMs associated with the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
  • Operation Id: DedicatedHsm_ListBySubscription
  • Default Api Version: 2024-06-30-preview
  • Resource: DedicatedHsmResource

Applies to