Sdílet prostřednictvím


ServiceFabricSchedules interface

Rozhraní představující ServiceFabricSchedules.

Metody

beginExecute(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

Spusťte plán. Tato operace může chvíli trvat.

beginExecuteAndWait(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

Spusťte plán. Tato operace může chvíli trvat.

createOrUpdate(string, string, string, string, string, Schedule, ServiceFabricSchedulesCreateOrUpdateOptionalParams)

Vytvořte nebo nahraďte existující plán.

delete(string, string, string, string, string, ServiceFabricSchedulesDeleteOptionalParams)

Odstranit plán.

get(string, string, string, string, string, ServiceFabricSchedulesGetOptionalParams)

Získejte plán.

list(string, string, string, string, ServiceFabricSchedulesListOptionalParams)

Výpis plánů v dané službě Service Fabric

update(string, string, string, string, string, ScheduleFragment, ServiceFabricSchedulesUpdateOptionalParams)

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.

options
ServiceFabricSchedulesExecuteOptionalParams

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.

options
ServiceFabricSchedulesExecuteOptionalParams

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.

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.

options
ServiceFabricSchedulesDeleteOptionalParams

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.

options
ServiceFabricSchedulesGetOptionalParams

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.

options
ServiceFabricSchedulesListOptionalParams

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.

options
ServiceFabricSchedulesUpdateOptionalParams

Parametry možností.

Návraty

Promise<Schedule>