AutomationAccountOperationsExtensions.CreateOrUpdate 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.
Overloads
CreateOrUpdate(IAutomationAccountOperations, String, AutomationAccountCreateOrUpdateParameters)
public static Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IAutomationAccountOperations, resourceGroupName As String, parameters As AutomationAccountCreateOrUpdateParameters) As AutomationAccountCreateOrUpdateResponse
Parameters
- operations
- IAutomationAccountOperations
- resourceGroupName
- String
- parameters
- AutomationAccountCreateOrUpdateParameters
Retouren
Van toepassing op
CreateOrUpdate(IAutomationAccountOperations, String, String, AutomationAccountCreateOrUpdateParameters)
Automation-account maken of bijwerken. http://aka.ms/azureautomationsdk/automationaccountoperations
public static Microsoft.Azure.Management.Automation.Models.AutomationAccount CreateOrUpdate (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * string * Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.AutomationAccount
<Extension()>
Public Function CreateOrUpdate (operations As IAutomationAccountOperations, resourceGroupName As String, automationAccountName As String, parameters As AutomationAccountCreateOrUpdateParameters) As AutomationAccount
Parameters
- operations
- IAutomationAccountOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
Naam van een Azure-resourcegroep.
- automationAccountName
- String
De naam van het Automation-account.
- parameters
- AutomationAccountCreateOrUpdateParameters
Parameters die zijn opgegeven voor het Automation-account maken of bijwerken.
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