次の方法で共有


AvsPrivateCloudResource.GetScriptPackageAsync メソッド

定義

プライベート クラウドで実行できるスクリプト パッケージを取得する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}
  • 操作IdScriptPackages_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.ScriptPackageResource>> GetScriptPackageAsync (string scriptPackageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetScriptPackageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.ScriptPackageResource>>
override this.GetScriptPackageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.ScriptPackageResource>>
Public Overridable Function GetScriptPackageAsync (scriptPackageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ScriptPackageResource))

パラメーター

scriptPackageName
String

プライベート クラウド内のスクリプト パッケージの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

scriptPackageName が null です。

適用対象