次の方法で共有


ServiceFabricClusterResource.GetServiceFabricApplicationAsync メソッド

定義

作成された Service Fabric アプリケーション リソースを取得するか、Service Fabric クラスター リソースで作成中に取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationResource>> GetServiceFabricApplicationAsync (string applicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceFabricApplicationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationResource>>
override this.GetServiceFabricApplicationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationResource>>
Public Overridable Function GetServiceFabricApplicationAsync (applicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricApplicationResource))

パラメーター

applicationName
String

アプリケーション リソースの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

applicationName が null です。

適用対象