ConnectionTypeOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetAsync(IConnectionTypeOperations, String, String, String, CancellationToken) |
Récupérez le type de connexion identifié par le nom du type de connexion. http://aka.ms/azureautomationsdk/connectiontypeoperations |
GetAsync(IConnectionTypeOperations, String, String, String) |
GetAsync(IConnectionTypeOperations, String, String, String, CancellationToken)
Récupérez le type de connexion identifié par le nom du type de connexion. http://aka.ms/azureautomationsdk/connectiontypeoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ConnectionType> GetAsync (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccountName, string connectionTypeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ConnectionType>
<Extension()>
Public Function GetAsync (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccountName As String, connectionTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConnectionType)
Paramètres
- operations
- IConnectionTypeOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- connectionTypeName
- String
Nom du type de connexion.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
GetAsync(IConnectionTypeOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ConnectionTypeGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccount, string connectionTypeName);
static member GetAsync : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ConnectionTypeGetResponse>
<Extension()>
Public Function GetAsync (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccount As String, connectionTypeName As String) As Task(Of ConnectionTypeGetResponse)
Paramètres
- operations
- IConnectionTypeOperations
- resourceGroupName
- String
- automationAccount
- String
- connectionTypeName
- String
Retours
S’applique à
Azure SDK for .NET