AvsPrivateCloudAddonCollection.Get(String, CancellationToken) メソッド

定義

プライベート クラウドで名前でアドオンを取得する

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

パラメーター

addonName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

addonName が null です。

適用対象