ServiceFabricSchedules interface
Rozhraní představující ServiceFabricSchedules.
Metody
begin |
Spusťte plán. Tato operace může chvíli trvat. |
begin |
Spusťte plán. Tato operace může chvíli trvat. |
create |
Vytvořte nebo nahraďte existující plán. |
delete(string, string, string, string, string, Service |
Odstranit plán. |
get(string, string, string, string, string, Service |
Získejte plán. |
list(string, string, string, string, Service |
Výpis plánů v dané službě Service Fabric |
update(string, string, string, string, string, Schedule |
Umožňuje upravovat značky plánů. Všechny ostatní vlastnosti budou ignorovány. |
Podrobnosti metody
beginExecute(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)
Spusťte plán. Tato operace může chvíli trvat.
function beginExecute(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- labName
-
string
Název testovacího prostředí.
- userName
-
string
Název profilu uživatele.
- serviceFabricName
-
string
Název Service Fabric.
- name
-
string
Název plánu.
Parametry možností.
Návraty
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginExecuteAndWait(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)
Spusťte plán. Tato operace může chvíli trvat.
function beginExecuteAndWait(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- labName
-
string
Název testovacího prostředí.
- userName
-
string
Název profilu uživatele.
- serviceFabricName
-
string
Název Service Fabric.
- name
-
string
Název plánu.
Parametry možností.
Návraty
Promise<void>
createOrUpdate(string, string, string, string, string, Schedule, ServiceFabricSchedulesCreateOrUpdateOptionalParams)
Vytvořte nebo nahraďte existující plán.
function createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Schedule, options?: ServiceFabricSchedulesCreateOrUpdateOptionalParams): Promise<Schedule>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- labName
-
string
Název testovacího prostředí.
- userName
-
string
Název profilu uživatele.
- serviceFabricName
-
string
Název Service Fabric.
- name
-
string
Název plánu.
- schedule
- Schedule
Plán.
Parametry možností.
Návraty
Promise<Schedule>
delete(string, string, string, string, string, ServiceFabricSchedulesDeleteOptionalParams)
Odstranit plán.
function delete(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- labName
-
string
Název testovacího prostředí.
- userName
-
string
Název profilu uživatele.
- serviceFabricName
-
string
Název Service Fabric.
- name
-
string
Název plánu.
Parametry možností.
Návraty
Promise<void>
get(string, string, string, string, string, ServiceFabricSchedulesGetOptionalParams)
Získejte plán.
function get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesGetOptionalParams): Promise<Schedule>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- labName
-
string
Název testovacího prostředí.
- userName
-
string
Název profilu uživatele.
- serviceFabricName
-
string
Název Service Fabric.
- name
-
string
Název plánu.
Parametry možností.
Návraty
Promise<Schedule>
list(string, string, string, string, ServiceFabricSchedulesListOptionalParams)
Výpis plánů v dané službě Service Fabric
function list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options?: ServiceFabricSchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- labName
-
string
Název testovacího prostředí.
- userName
-
string
Název profilu uživatele.
- serviceFabricName
-
string
Název Service Fabric.
Parametry možností.
Návraty
update(string, string, string, string, string, ScheduleFragment, ServiceFabricSchedulesUpdateOptionalParams)
Umožňuje upravovat značky plánů. Všechny ostatní vlastnosti budou ignorovány.
function update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: ScheduleFragment, options?: ServiceFabricSchedulesUpdateOptionalParams): Promise<Schedule>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- labName
-
string
Název testovacího prostředí.
- userName
-
string
Název profilu uživatele.
- serviceFabricName
-
string
Název Service Fabric.
- name
-
string
Název plánu.
- schedule
- ScheduleFragment
Plán.
Parametry možností.
Návraty
Promise<Schedule>