Sdílet prostřednictvím


ScheduleOperations class

Třída představující ScheduleOperations.

Konstruktory

ScheduleOperations(AutomationClientContext)

Vytvořte ScheduleOperations.

Metody

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase)

Vytvořte plán.

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ServiceCallback<Schedule>)
deleteMethod(string, string, string, RequestOptionsBase)

Odstraňte plán určený názvem plánu.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Načtěte plán určený názvem plánu.

get(string, string, string, RequestOptionsBase, ServiceCallback<Schedule>)
get(string, string, string, ServiceCallback<Schedule>)
listByAutomationAccount(string, string, RequestOptionsBase)

Načte seznam plánů.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
listByAutomationAccount(string, string, ServiceCallback<ScheduleListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Načte seznam plánů.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
listByAutomationAccountNext(string, ServiceCallback<ScheduleListResult>)
update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase)

Aktualizujte plán určený názvem plánu.

update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)
update(string, string, string, ScheduleUpdateParameters, ServiceCallback<Schedule>)

Podrobnosti konstruktoru

ScheduleOperations(AutomationClientContext)

Vytvořte ScheduleOperations.

new ScheduleOperations(client: AutomationClientContext)

Parametry

client
AutomationClientContext

Odkaz na klienta služby

Podrobnosti metody

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase)

Vytvořte plán.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ScheduleCreateOrUpdateResponse>

Parametry

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.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ScheduleCreateOrUpdateResponse>

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Schedule>)

Parametry

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.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<Schedule>

Zpětné volání

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ServiceCallback<Schedule>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, callback: ServiceCallback<Schedule>)

Parametry

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.

callback

ServiceCallback<Schedule>

Zpětné volání

deleteMethod(string, string, string, RequestOptionsBase)

Odstraňte plán určený názvem plánu.

function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<void>

Zpětné volání

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: ServiceCallback<void>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

callback

ServiceCallback<void>

Zpětné volání

get(string, string, string, RequestOptionsBase)

Načtěte plán určený názvem plánu.

function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: RequestOptionsBase): Promise<ScheduleGetResponse>

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ScheduleGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Schedule>)

function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: RequestOptionsBase, callback: ServiceCallback<Schedule>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<Schedule>

Zpětné volání

get(string, string, string, ServiceCallback<Schedule>)

function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: ServiceCallback<Schedule>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

callback

ServiceCallback<Schedule>

Zpětné volání

listByAutomationAccount(string, string, RequestOptionsBase)

Načte seznam plánů.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ScheduleListByAutomationAccountResponse>

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ScheduleListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ScheduleListResult>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ScheduleListResult>

Zpětné volání

listByAutomationAccount(string, string, ServiceCallback<ScheduleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ScheduleListResult>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

callback

ServiceCallback<ScheduleListResult>

Zpětné volání

listByAutomationAccountNext(string, RequestOptionsBase)

Načte seznam plánů.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ScheduleListByAutomationAccountNextResponse>

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ScheduleListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ScheduleListResult>)

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ScheduleListResult>

Zpětné volání

listByAutomationAccountNext(string, ServiceCallback<ScheduleListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ScheduleListResult>)

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<ScheduleListResult>

Zpětné volání

update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase)

Aktualizujte plán určený názvem plánu.

function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options?: RequestOptionsBase): Promise<ScheduleUpdateResponse>

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

parameters
ScheduleUpdateParameters

Parametry zadané pro operaci plánu aktualizací.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ScheduleUpdateResponse>

update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)

function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Schedule>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

parameters
ScheduleUpdateParameters

Parametry zadané pro operaci plánu aktualizací.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<Schedule>

Zpětné volání

update(string, string, string, ScheduleUpdateParameters, ServiceCallback<Schedule>)

function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, callback: ServiceCallback<Schedule>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

scheduleName

string

Název plánu.

parameters
ScheduleUpdateParameters

Parametry zadané pro operaci plánu aktualizace.

callback

ServiceCallback<Schedule>

Zpětné volání