次の方法で共有


ConnectionTypeOperationsExtensions.Get メソッド

定義

接続の種類名で識別される接続の種類を取得します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

public static Microsoft.Azure.Management.Automation.Models.ConnectionTypeGetResponse Get (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccount, string connectionTypeName);
public static Microsoft.Azure.Management.Automation.Models.ConnectionType Get (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccountName, string connectionTypeName);
static member Get : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.ConnectionTypeGetResponse
static member Get : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.ConnectionType
<Extension()>
Public Function Get (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccount As String, connectionTypeName As String) As ConnectionTypeGetResponse
<Extension()>
Public Function Get (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccountName As String, connectionTypeName As String) As ConnectionType

パラメーター

operations
IConnectionTypeOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountautomationAccountName
String
connectionTypeName
String

接続の種類の名前。

戻り値

適用対象