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