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

Name Description
GetCloudHsmCluster(ResourceGroupResource, String, CancellationToken)

Gets the specified Cloud HSM Cluster <item> Mocking. To mock this method, please mock GetCloudHsmCluster(String, CancellationToken) instead. </item>

GetCloudHsmClusterAsync(ResourceGroupResource, String, CancellationToken)

Gets the specified Cloud HSM Cluster <item> Mocking. To mock this method, please mock GetCloudHsmClusterAsync(String, CancellationToken) instead. </item>

GetCloudHsmClusterPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a CloudHsmClusterPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetCloudHsmClusterPrivateEndpointConnectionResource(ResourceIdentifier) instead. </item>

GetCloudHsmClusterResource(ArmClient, ResourceIdentifier)

Gets an object representing a CloudHsmClusterResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetCloudHsmClusterResource(ResourceIdentifier) instead. </item>

GetCloudHsmClusters(ResourceGroupResource)

Gets a collection of CloudHsmClusters in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetCloudHsmClusters() instead. </item>

GetCloudHsmClusters(SubscriptionResource, String, CancellationToken)

The List operation gets information about the Cloud HSM Clusters associated with the subscription. <item> Mocking. To mock this method, please mock GetCloudHsmClusters(String, CancellationToken) instead. </item>

GetCloudHsmClustersAsync(SubscriptionResource, String, CancellationToken)

The List operation gets information about the Cloud HSM Clusters associated with the subscription. <item> Mocking. To mock this method, please mock GetCloudHsmClustersAsync(String, CancellationToken) instead. </item>

GetDedicatedHsm(ResourceGroupResource, String, CancellationToken)

Gets the specified Azure dedicated HSM. <item> Mocking. To mock this method, please mock GetDedicatedHsm(String, CancellationToken) instead. </item>

GetDedicatedHsmAsync(ResourceGroupResource, String, CancellationToken)

Gets the specified Azure dedicated HSM. <item> Mocking. To mock this method, please mock GetDedicatedHsmAsync(String, CancellationToken) instead. </item>

GetDedicatedHsmResource(ArmClient, ResourceIdentifier)

Gets an object representing a DedicatedHsmResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetDedicatedHsmResource(ResourceIdentifier) instead. </item>

GetDedicatedHsms(ResourceGroupResource)

Gets a collection of DedicatedHsms in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetDedicatedHsms() instead. </item>

GetDedicatedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

The List operation gets information about the dedicated HSMs associated with the subscription. <item> Mocking. To mock this method, please mock GetDedicatedHsms(Nullable<Int32>, CancellationToken) instead. </item>

GetDedicatedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

The List operation gets information about the dedicated HSMs associated with the subscription. <item> Mocking. To mock this method, please mock GetDedicatedHsmsAsync(Nullable<Int32>, CancellationToken) instead. </item>

Applies to