VariableOperationsExtensions 类
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
继承层次结构
System.Object
Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions
语法
public static class VariableOperationsExtensions
[ExtensionAttribute]
public ref class VariableOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type VariableOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class VariableOperationsExtensions
方法
名称 | 说明 | |
---|---|---|
Create(IVariableOperations, String, VariableCreateParameters) | 创建一个变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
CreateAsync(IVariableOperations, String, VariableCreateParameters) | 创建一个变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
Delete(IVariableOperations, String, String) | 删除该变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
DeleteAsync(IVariableOperations, String, String) | 删除该变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
Get(IVariableOperations, String, String) | 检索由变量的名称标识的变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
GetAsync(IVariableOperations, String, String) | 检索由变量的名称标识的变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
List(IVariableOperations, String) | 检索变量的列表。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
ListAsync(IVariableOperations, String) | 检索变量的列表。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
ListNext(IVariableOperations, String) | 检索下一步的变量的列表。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
ListNextAsync(IVariableOperations, String) | 检索下一步的变量的列表。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
Update(IVariableOperations, String, VariableUpdateParameters) | 更新一个变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
|
UpdateAsync(IVariableOperations, String, VariableUpdateParameters) | 更新一个变量。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首