次の方法で共有


HcxEnterpriseSitesOperationsExtensions.GetAsync メソッド

定義

プライベート クラウドで HCX Enterprise サイトを名前で取得する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.HcxEnterpriseSite> GetAsync (this Microsoft.Azure.Management.Avs.IHcxEnterpriseSitesOperations operations, string resourceGroupName, string privateCloudName, string hcxEnterpriseSiteName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Avs.IHcxEnterpriseSitesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.HcxEnterpriseSite>
<Extension()>
Public Function GetAsync (operations As IHcxEnterpriseSitesOperations, resourceGroupName As String, privateCloudName As String, hcxEnterpriseSiteName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HcxEnterpriseSite)

パラメーター

operations
IHcxEnterpriseSitesOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

privateCloudName
String

プライベート クラウドの名前

hcxEnterpriseSiteName
String

プライベート クラウド内の HCX エンタープライズ サイトの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象