Compartilhar via


Método VariableOperationsExtensions.Delete (IVariableOperations, String, String)

 

Exclua a variável. (consulte https://aka.ms/azureautomationsdk/variableoperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public static AzureOperationResponse Delete(
    this IVariableOperations operations,
    string automationAccount,
    string variableName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
    IVariableOperations^ operations,
    String^ automationAccount,
    String^ variableName
)
static member Delete : 
        operations:IVariableOperations *
        automationAccount:string *
        variableName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As IVariableOperations,
    automationAccount As String,
    variableName As String
) As AzureOperationResponse

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

  • variableName
    Type: System.String

    Obrigatório. O nome da variável.

Valor de retorno

Type: Microsoft.Azure.AzureOperationResponse

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Consulte também

Classe VariableOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo