MockableHardwareSecurityModulesSubscriptionResource.GetCloudHsmClusters 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.
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
public virtual Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource> GetCloudHsmClusters (string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudHsmClusters : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>
override this.GetCloudHsmClusters : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>
Public Overridable Function GetCloudHsmClusters (Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CloudHsmClusterResource)
Parameters
- 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 CloudHsmClusterResource that may take multiple service requests to iterate over.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET