次の方法で共有


ApplicationsOperationsExtensions.GetAsync メソッド

定義

Service Fabric マネージド アプリケーション リソースを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationResource> GetAsync(this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationsOperations operations, string resourceGroupName, string clusterName, string applicationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationResource>
<Extension()>
Public Function GetAsync (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, applicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationResource)

パラメーター

operations
IApplicationsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスター リソースの名前。

applicationName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Service Fabric クラスター リソースで作成または作成中の Service Fabric マネージド アプリケーション リソースを取得します。

適用対象