ServiceFabricSchedules interface
ServiceFabricSchedules-t képviselő felület.
Metódusok
Metódus adatai
beginExecute(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)
Ütemezés végrehajtása. Ez a művelet eltarthat egy ideig.
function beginExecute(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- labName
-
string
A labor neve.
- userName
-
string
A felhasználói profil neve.
- serviceFabricName
-
string
A szolgáltatásháló neve.
- name
-
string
Az ütemezés neve.
A beállítások paraméterei.
Válaszok
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginExecuteAndWait(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)
Ütemezés végrehajtása. Ez a művelet eltarthat egy ideig.
function beginExecuteAndWait(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<void>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- labName
-
string
A labor neve.
- userName
-
string
A felhasználói profil neve.
- serviceFabricName
-
string
A szolgáltatásháló neve.
- name
-
string
Az ütemezés neve.
A beállítások paraméterei.
Válaszok
Promise<void>
createOrUpdate(string, string, string, string, string, Schedule, ServiceFabricSchedulesCreateOrUpdateOptionalParams)
Meglévő ütemezés létrehozása vagy cseréje.
function createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Schedule, options?: ServiceFabricSchedulesCreateOrUpdateOptionalParams): Promise<Schedule>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- labName
-
string
A labor neve.
- userName
-
string
A felhasználói profil neve.
- serviceFabricName
-
string
A szolgáltatásháló neve.
- name
-
string
Az ütemezés neve.
- schedule
- Schedule
Egy ütemterv.
A beállítások paraméterei.
Válaszok
Promise<Schedule>
delete(string, string, string, string, string, ServiceFabricSchedulesDeleteOptionalParams)
Ütemezés törlése.
function delete(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesDeleteOptionalParams): Promise<void>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- labName
-
string
A labor neve.
- userName
-
string
A felhasználói profil neve.
- serviceFabricName
-
string
A szolgáltatásháló neve.
- name
-
string
Az ütemezés neve.
A beállítások paraméterei.
Válaszok
Promise<void>
get(string, string, string, string, string, ServiceFabricSchedulesGetOptionalParams)
Ütemezés lekérése.
function get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesGetOptionalParams): Promise<Schedule>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- labName
-
string
A labor neve.
- userName
-
string
A felhasználói profil neve.
- serviceFabricName
-
string
A szolgáltatásháló neve.
- name
-
string
Az ütemezés neve.
A beállítások paraméterei.
Válaszok
Promise<Schedule>
list(string, string, string, string, ServiceFabricSchedulesListOptionalParams)
Listaütemezések egy adott szolgáltatáshálóban.
function list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options?: ServiceFabricSchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- labName
-
string
A labor neve.
- userName
-
string
A felhasználói profil neve.
- serviceFabricName
-
string
A szolgáltatásháló neve.
A beállítások paraméterei.
Válaszok
update(string, string, string, string, string, ScheduleFragment, ServiceFabricSchedulesUpdateOptionalParams)
Lehetővé teszi az ütemezések címkéinek módosítását. A rendszer figyelmen kívül hagyja az összes többi tulajdonságot.
function update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: ScheduleFragment, options?: ServiceFabricSchedulesUpdateOptionalParams): Promise<Schedule>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- labName
-
string
A labor neve.
- userName
-
string
A felhasználói profil neve.
- serviceFabricName
-
string
A szolgáltatásháló neve.
- name
-
string
Az ütemezés neve.
- schedule
- ScheduleFragment
Egy ütemterv.
A beállítások paraméterei.
Válaszok
Promise<Schedule>