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