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