ScheduleOperationsExtensions.Update 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新依排程名稱識別的排程。 http://aka.ms/azureautomationsdk/scheduleoperations
public static Microsoft.Azure.Management.Automation.Models.Schedule Update (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccountName, string scheduleName, Microsoft.Azure.Management.Automation.Models.ScheduleUpdateParameters parameters);
static member Update : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ScheduleUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Schedule
<Extension()>
Public Function Update (operations As IScheduleOperations, resourceGroupName As String, automationAccountName As String, scheduleName As String, parameters As ScheduleUpdateParameters) As Schedule
參數
- operations
- IScheduleOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
Azure 資源群組的名稱。
- automationAccountName
- String
自動化帳戶的名稱。
- scheduleName
- String
排程名稱。
- parameters
- ScheduleUpdateParameters
提供給更新排程作業的參數。