HardwareSecurityModulesExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
GetCloudHsmClusterAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified Cloud HSM Cluster
|
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.
|
GetCloudHsmClustersAsync(SubscriptionResource, String, CancellationToken) |
The List operation gets information about the Cloud HSM Clusters associated with the subscription.
|
GetDedicatedHsm(ResourceGroupResource, String, CancellationToken) |
Gets the specified Azure dedicated HSM.
|
GetDedicatedHsmAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified Azure dedicated HSM.
|
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.
|
GetDedicatedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the dedicated HSMs associated with the subscription.
|
Applies to
Azure SDK for .NET