次の方法で共有


CloudHsmClusterCollection.GetAll(String, CancellationToken) メソッド

定義

List 操作は、サブスクリプションに関連付けられている Cloud HSM クラスターと、指定されたリソース グループ内に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters
  • 操作IdCloudHsmClusters_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource> GetAll (string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>
Public Overridable Function GetAll (Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CloudHsmClusterResource)

パラメーター

skiptoken
String

この API のページバージョンで使用するページ継続トークン。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の CloudHsmClusterResource サービス要求を受け取る可能性がある のコレクション。

適用対象