ConnectionTypeOperationsExtensions.Get Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Haal het verbindingstype op dat wordt geïdentificeerd door de naam van het verbindingstype. 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
Parameters
- operations
- IConnectionTypeOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
Naam van een Azure-resourcegroep.
- automationAccountautomationAccountName
- String
- connectionTypeName
- String
De naam van het verbindingstype.
Retouren
Van toepassing op
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET