ScheduleOperationsExtensions.CreateOrUpdate Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
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
Parametrar
- operations
- IScheduleOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- ScheduleCreateOrUpdateParameters
Returer
Gäller för
CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)
Skapa ett schema. http://aka.ms/azureautomationsdk/scheduleoperations
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
Parametrar
- operations
- IScheduleOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- resourceGroupName
- String
Namnet på en Azure-resursgrupp.
- automationAccountName
- String
Namnet på automationskontot.
- scheduleName
- String
Schemanamnet.
- parameters
- ScheduleCreateOrUpdateParameters
Parametrarna som angavs för åtgärden skapa eller uppdatera schema.
Returer
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET