AutomationManagementClient.Variables 属性

 

自动化变量的服务操作。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息)

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

语法

public virtual IVariableOperations Variables { get; }
public:
property IVariableOperations^ Variables {
    virtual IVariableOperations^ get();
}
abstract Variables : IVariableOperations with get
override Variables : IVariableOperations with get
Public Overridable ReadOnly Property Variables As IVariableOperations

属性值

Type: Microsoft.WindowsAzure.Management.Automation.IVariableOperations

实施

IAutomationManagementClient.Variables

请参阅

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

返回页首