AvsPrivateCloudCollection.GetAsync(String, CancellationToken) メソッド

定義

プライベート クラウドを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}
  • 操作IdPrivateClouds_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsPrivateCloudResource>> GetAsync (string privateCloudName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsPrivateCloudResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsPrivateCloudResource>>
Public Overridable Function GetAsync (privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AvsPrivateCloudResource))

パラメーター

privateCloudName
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

privateCloudName は空の文字列であり、空でないと予想されていました。

privateCloudName が null です。

適用対象