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
operations
Type: Microsoft.WindowsAzure.Management.Automation.IVariableOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
variableName
Type: System.StringObrigató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