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
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
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
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
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
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
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
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
GetHardwareSecurityModulesPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a HardwareSecurityModulesPrivateEndpointConnectionResource 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 HardwareSecurityModulesPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHardwareSecurityModulesPrivateEndpointConnectionResource(ResourceIdentifier) instead.

Applies to