ModuleOperationsExtensions.DeleteAsync Método

Definición

Sobrecargas

DeleteAsync(IModuleOperations, String, String, String)
DeleteAsync(IModuleOperations, String, String, String, CancellationToken)

Elimine el módulo por nombre. http://aka.ms/azureautomationsdk/moduleoperations

DeleteAsync(IModuleOperations, String, String, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccount, string moduleName);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IModuleOperations, resourceGroupName As String, automationAccount As String, moduleName As String) As Task(Of AzureOperationResponse)

Parámetros

operations
IModuleOperations
resourceGroupName
String
automationAccount
String
moduleName
String

Devoluciones

Task<Microsoft.Azure.AzureOperationResponse>

Se aplica a

DeleteAsync(IModuleOperations, String, String, String, CancellationToken)

Elimine el módulo por nombre. http://aka.ms/azureautomationsdk/moduleoperations

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccountName, string moduleName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IModuleOperations, resourceGroupName As String, automationAccountName As String, moduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parámetros

operations
IModuleOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

moduleName
String

Nombre del módulo.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a