Partager via


ConnectionTypeOperationsExtensions.Get Méthode

Définition

Récupérez le type de connexion identifié par le nom du type de connexion. 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

Paramètres

operations
IConnectionTypeOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountautomationAccountName
String
connectionTypeName
String

Nom du type de connexion.

Retours

S’applique à