ScheduleOperationsExtensions.Update 方法 (IScheduleOperations, String, ScheduleUpdateParameters)
更新由计划名称标识的计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static AzureOperationResponse Update(
this IScheduleOperations operations,
string automationAccount,
ScheduleUpdateParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Update(
IScheduleOperations^ operations,
String^ automationAccount,
ScheduleUpdateParameters^ parameters
)
static member Update :
operations:IScheduleOperations *
automationAccount:string *
parameters:ScheduleUpdateParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Update (
operations As IScheduleOperations,
automationAccount As String,
parameters As ScheduleUpdateParameters
) As AzureOperationResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IScheduleOperations对 Microsoft.WindowsAzure.Management.Automation.IScheduleOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters必需。 为更新计划操作提供的参数。
返回值
Type: Microsoft.Azure.AzureOperationResponse
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
ScheduleOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首