次の方法で共有


DedicatedHostsOperationsExtensions.GetAsync メソッド

定義

専用ホストに関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInner> GetAsync(this Microsoft.Azure.Management.Compute.Fluent.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.Fluent.IDedicatedHostsOperations * string * string * string * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewTypes> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInner>
<Extension()>
Public Function GetAsync (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DedicatedHostInner)

パラメーター

operations
IDedicatedHostsOperations

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

resourceGroupName
String

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

hostGroupName
String

専用ホスト グループの名前。

hostName
String

専用ホストの名前。

expand
Nullable<InstanceViewTypes>

操作に適用する展開式。 使用可能な値は次のとおりです: 'instanceView'

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象