次の方法で共有


ApplicationTypeVersionsOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IApplicationTypeVersionsOperations

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

resourceGroupName
String

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

clusterName
String

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

applicationTypeName
String

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

version
String

アプリケーションの種類のバージョン。

戻り値

注釈

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

適用対象