次の方法で共有


ApplicationsOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationResource Get (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationsOperations operations, string resourceGroupName, string clusterName, string applicationName);
static member Get : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationsOperations * string * string * string -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationResource
<Extension()>
Public Function Get (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, applicationName As String) As ApplicationResource

パラメーター

operations
IApplicationsOperations

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

resourceGroupName
String

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

clusterName
String

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

applicationName
String

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

戻り値

注釈

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

適用対象