ConnectionOperationsExtensions.List 方法 (IConnectionOperations, String)
检索一个连接的列表。 (请参阅 https://aka.ms/azureautomationsdk/connectionoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static ConnectionListResponse List(
this IConnectionOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static ConnectionListResponse^ List(
IConnectionOperations^ operations,
String^ automationAccount
)
static member List :
operations:IConnectionOperations *
automationAccount:string -> ConnectionListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IConnectionOperations,
automationAccount As String
) As ConnectionListResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionOperations对 Microsoft.WindowsAzure.Management.Automation.IConnectionOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
返回值
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse
列表连接操作该响应模型。
请参阅
ConnectionOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首