HardwareSecurityModulesExtensions.GetPaymentHsmClusters Method
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.
Overloads
| Name | Description |
|---|---|
| GetPaymentHsmClusters(ResourceGroupResource) |
Gets a collection of PaymentHsmClusters in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetPaymentHsmClusters() instead. </item> |
| GetPaymentHsmClusters(SubscriptionResource, String, CancellationToken) |
The List operation gets information about the Payment HSM Clusters associated with the subscription. <item> Mocking. To mock this method, please mock GetPaymentHsmClusters(String, CancellationToken) instead. </item> |
GetPaymentHsmClusters(ResourceGroupResource)
Gets a collection of PaymentHsmClusters in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetPaymentHsmClusters() instead. </item>
public static Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterCollection GetPaymentHsmClusters(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetPaymentHsmClusters : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterCollection
<Extension()>
Public Function GetPaymentHsmClusters (resourceGroupResource As ResourceGroupResource) As PaymentHsmClusterCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
Returns
An object representing collection of PaymentHsmClusters and their operations over a PaymentHsmClusterResource.
Exceptions
resourceGroupResource is null.
Applies to
GetPaymentHsmClusters(SubscriptionResource, String, CancellationToken)
The List operation gets information about the Payment HSM Clusters associated with the subscription. <item> Mocking. To mock this method, please mock GetPaymentHsmClusters(String, CancellationToken) instead. </item>
public static Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterResource> GetPaymentHsmClusters(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPaymentHsmClusters : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterResource>
<Extension()>
Public Function GetPaymentHsmClusters (subscriptionResource As SubscriptionResource, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PaymentHsmClusterResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource the method will execute against.
- skiptoken
- String
The page-continuation token to use with a paged version of this API.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of PaymentHsmClusterResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource is null.