ScheduleOperations class
Classe représentant un ScheduleOperations.
Constructeurs
| Schedule |
Créez un ScheduleOperations. |
Méthodes
Détails du constructeur
ScheduleOperations(AutomationClientContext)
Créez un ScheduleOperations.
new ScheduleOperations(client: AutomationClientContext)
Paramètres
- client
- AutomationClientContext
Référence au client de service.
Détails de la méthode
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase)
Créez une planification.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ScheduleCreateOrUpdateResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- parameters
- ScheduleCreateOrUpdateParameters
Paramètres fournis à l’opération de planification de création ou de mise à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<ScheduleCreateOrUpdateResponse>
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>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- parameters
- ScheduleCreateOrUpdateParameters
Paramètres fournis à l’opération de planification de création ou de mise à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ServiceCallback<Schedule>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, callback: ServiceCallback<Schedule>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- parameters
- ScheduleCreateOrUpdateParameters
Paramètres fournis à l’opération de planification de création ou de mise à jour.
- callback
Rappel
deleteMethod(string, string, string, RequestOptionsBase)
Supprimez la planification identifiée par le nom de la planification.
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: ServiceCallback<void>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- callback
-
ServiceCallback<void>
Rappel
get(string, string, string, RequestOptionsBase)
Récupérez la planification identifiée par le nom de la planification.
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: RequestOptionsBase): Promise<ScheduleGetResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<ScheduleGetResponse>
Modèles de promesse.ScheduleGetResponse<>
get(string, string, string, RequestOptionsBase, ServiceCallback<Schedule>)
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: RequestOptionsBase, callback: ServiceCallback<Schedule>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
get(string, string, string, ServiceCallback<Schedule>)
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: ServiceCallback<Schedule>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- callback
Rappel
listByAutomationAccount(string, string, RequestOptionsBase)
Récupérez une liste de planifications.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ScheduleListByAutomationAccountResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.ScheduleListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ScheduleListResult>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
listByAutomationAccount(string, string, ServiceCallback<ScheduleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ScheduleListResult>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- callback
Rappel
listByAutomationAccountNext(string, RequestOptionsBase)
Récupérez une liste de planifications.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ScheduleListByAutomationAccountNextResponse>
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.ScheduleListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ScheduleListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
listByAutomationAccountNext(string, ServiceCallback<ScheduleListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ScheduleListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- callback
Rappel
update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase)
Mettez à jour la planification identifiée par le nom de la planification.
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options?: RequestOptionsBase): Promise<ScheduleUpdateResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- parameters
- ScheduleUpdateParameters
Paramètres fournis à l’opération de planification de mise à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<ScheduleUpdateResponse>
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>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- parameters
- ScheduleUpdateParameters
Paramètres fournis à l’opération de planification de mise à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
update(string, string, string, ScheduleUpdateParameters, ServiceCallback<Schedule>)
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, callback: ServiceCallback<Schedule>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- scheduleName
-
string
Nom de la planification.
- parameters
- ScheduleUpdateParameters
Paramètres fournis à l’opération de planification de mise à jour.
- callback
Rappel