次の方法で共有


ScriptCmdletsOperationsExtensions.GetAsync メソッド

定義

プライベート クラウド上の特定のパッケージ内のスクリプト コマンドレット リソースに関する情報を返します

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

パラメーター

operations
IScriptCmdletsOperations

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

resourceGroupName
String

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

privateCloudName
String

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

scriptPackageName
String

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

scriptCmdletName
String

プライベート クラウドのスクリプト パッケージ内のスクリプト コマンドレット リソースの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象