ConnectionOperationsExtensions.CreateOrUpdate Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
CreateOrUpdate(IConnectionOperations, String, String, ConnectionCreateOrUpdateParameters)
public static Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IConnectionOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IConnectionOperations * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionOperations, resourceGroupName As String, automationAccount As String, parameters As ConnectionCreateOrUpdateParameters) As ConnectionCreateOrUpdateResponse
Parametrar
- operations
- IConnectionOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- ConnectionCreateOrUpdateParameters
Returer
Gäller för
CreateOrUpdate(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters)
Skapa eller uppdatera en anslutning. http://aka.ms/azureautomationsdk/connectionoperations
public static Microsoft.Azure.Management.Automation.Models.Connection CreateOrUpdate (this Microsoft.Azure.Management.Automation.IConnectionOperations operations, string resourceGroupName, string automationAccountName, string connectionName, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IConnectionOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Connection
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionOperations, resourceGroupName As String, automationAccountName As String, connectionName As String, parameters As ConnectionCreateOrUpdateParameters) As Connection
Parametrar
- operations
- IConnectionOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- resourceGroupName
- String
Namnet på en Azure-resursgrupp.
- automationAccountName
- String
Namnet på automationskontot.
- connectionName
- String
Parametrarna som angavs för anslutningsåtgärden skapa eller uppdatera.
- parameters
- ConnectionCreateOrUpdateParameters
Parametrarna som angavs för anslutningsåtgärden skapa eller uppdatera.
Returer
Gäller för
Azure SDK for .NET