Udostępnij za pośrednictwem


ScriptCmdletsOperationsExtensions.GetAsync Metoda

Definicja

Zwracanie informacji o zasobie polecenia cmdlet skryptu w określonym pakiecie w chmurze prywatnej

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)

Parametry

operations
IScriptCmdletsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

privateCloudName
String

Nazwa chmury prywatnej

scriptPackageName
String

Nazwa pakietu skryptu w chmurze prywatnej

scriptCmdletName
String

Nazwa zasobu polecenia cmdlet skryptu w pakiecie skryptu w chmurze prywatnej

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy