次の方法で共有


SecurityCenterLocationCollection.GetAllAsync(CancellationToken) メソッド

定義

特定のサブスクリプション (ホーム リージョン) の責任ある ASC の場所。 サブスクリプションごとに、責任ある場所は 1 つだけです。 応答内の場所は、その ID に従って ASC 内の他のリソースの読み取りまたは書き込みに使用する必要があります。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/locations
  • 操作IdLocations_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityCenterLocationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityCenterLocationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityCenterLocationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityCenterLocationResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象