次の方法で共有


AffinityGroupOperationsExtensions.GetAsync メソッド

定義

[アフィニティ グループのプロパティの取得] 操作は、指定されたアフィニティ グループに関連付けられているシステム プロパティを返します。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/ee460789.aspx )

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.IAffinityGroupOperations operations, string affinityGroupName);
static member GetAsync : Microsoft.WindowsAzure.Management.IAffinityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse>
<Extension()>
Public Function GetAsync (operations As IAffinityGroupOperations, affinityGroupName As String) As Task(Of AffinityGroupGetResponse)

パラメーター

operations
IAffinityGroupOperations

Microsoft.WindowsAzure.Management.IAffinityGroupOperations への参照。

affinityGroupName
String

必須。 List Affinity Groups 操作の name 要素によって返される目的のアフィニティ グループの名前。

戻り値

アフィニティ グループの取得操作の応答。

適用対象