Sdílet prostřednictvím


ScheduleOperationsExtensions.CreateOrUpdate Metoda

Definice

Přetížení

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)
CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)

Vytvořte plán. http://aka.ms/azureautomationsdk/scheduleoperations

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string * Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IScheduleOperations, resourceGroupName As String, automationAccount As String, parameters As ScheduleCreateOrUpdateParameters) As ScheduleCreateOrUpdateResponse

Parametry

operations
IScheduleOperations
resourceGroupName
String
automationAccount
String

Návraty

Platí pro

CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.Schedule CreateOrUpdate (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccountName, string scheduleName, Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Schedule
<Extension()>
Public Function CreateOrUpdate (operations As IScheduleOperations, resourceGroupName As String, automationAccountName As String, scheduleName As String, parameters As ScheduleCreateOrUpdateParameters) As Schedule

Parametry

operations
IScheduleOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků Azure.

automationAccountName
String

Název účtu Automation.

scheduleName
String

Název plánu.

parameters
ScheduleCreateOrUpdateParameters

Parametry zadané pro operaci vytvoření nebo aktualizace plánu.

Návraty

Platí pro