次の方法で共有


SubscriptionSecurityApplicationCollection.GetAsync メソッド

定義

applicationId によって要求されたスコープの特定のアプリケーションを取得する

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

パラメーター

applicationId
String

セキュリティ アプリケーション キー - 標準アプリケーションの一意のキー。

cancellationToken
CancellationToken

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

戻り値

例外

applicationId は空の文字列であり、空でないと想定されていました。

applicationId が null です。

適用対象