次の方法で共有


ApplicationTypesOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IApplicationTypesOperations

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

resourceGroupName
String

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

clusterName
String

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

applicationTypeName
String

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

戻り値

注釈

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

適用対象