VariableOperationsExtensions.Delete 方法 (IVariableOperations, String, String)

 

删除该变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

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

参数

  • automationAccount
    Type: System.String

    必需。 自动管理帐户名称。

返回值

Type: Microsoft.Azure.AzureOperationResponse

标准服务响应,包括 HTTP 状态代码和请求 ID。

请参阅

VariableOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首