共用方式為


ScheduleOperationsExtensions.CreateOrUpdate 方法

定義

多載

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

建立排程。 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

參數

operations
IScheduleOperations
resourceGroupName
String
automationAccount
String

傳回

適用於

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

參數

operations
IScheduleOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

scheduleName
String

排程名稱。

parameters
ScheduleCreateOrUpdateParameters

提供給建立或更新排程作業的參數。

傳回

適用於