次の方法で共有


SecurityCenterLocationCollection.GetAsync メソッド

定義

特定の場所の詳細

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

パラメーター

ascLocation
AzureLocation

ASC がサブスクリプションのデータを格納する場所。 は、[場所の取得] から取得できます。

cancellationToken
CancellationToken

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

戻り値

適用対象