共用方式為


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

連線類型的名稱。

傳回

適用於