Web Apps - List Continuous Web Jobs Slot
Alkalmazás vagy üzembe helyezési hely folyamatos webes feladatainak listázása leírása.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs?api-version=2025-05-01
URI paraméterek
| Név | Ban | Szükséges | Típus | Leírás |
|---|---|---|---|---|
|
name
|
path | True |
string |
Webhely neve. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 |
Az erőforráscsoport neve. A név nem megkülönbözteti a kis- és nagybetűket. |
|
slot
|
path | True |
string |
Az üzembehelyezési pont neve. Ha nincs megadva pont, az API törli az éles pont üzembe helyezését. |
|
subscription
|
path | True |
string (uuid) |
A cél-előfizetés azonosítója. Az értéknek UUID-nek kell lennie. |
|
api-version
|
query | True |
string minLength: 1 |
A művelethez használandó API-verzió. |
Válaszok
| Név | Típus | Leírás |
|---|---|---|
| 200 OK |
Az Azure-művelet sikeresen befejeződött. |
|
| Other Status Codes |
Váratlan hibaválasz. |
Biztonság
azure_auth
Azure Active Directory Oauth2-folyamat.
Típus:
oauth2
Flow:
implicit
Engedélyezési URL:
https://login.microsoftonline.com/common/oauth2/authorize
Hatókörök
| Név | Leírás |
|---|---|
| user_impersonation | a felhasználói fiók megszemélyesítése |
Meghatározások
| Név | Leírás |
|---|---|
|
Continuous |
Folyamatos webes feladat információ. |
|
Continuous |
Kudu folyamatos webes feladatinformációs elemek gyűjteménye. |
|
Continuous |
Feladat állapota. |
|
created |
Az erőforrást létrehozó identitás típusa. |
|
Default |
App Service-hibaválasz. |
|
Default |
Hibamodell. |
|
Default |
Részletes hibák. |
|
system |
Az erőforrás létrehozásával és utolsó módosításával kapcsolatos metaadatok. |
|
Web |
Feladat típusa. |
ContinuousWebJob
Folyamatos webes feladat információ.
| Név | Típus | Leírás |
|---|---|---|
| id |
string (arm-id) |
Az erőforrás teljes erőforrás-azonosítója. Például: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| kind |
string |
Erőforrás típusa. |
| name |
string |
Az erőforrás neve |
| properties.detailed_status |
string |
Részletes állapot. |
| properties.error |
string |
Hibainformációk. |
| properties.extra_info_url |
string |
További információ URL-címe. |
| properties.log_url |
string |
Napló URL-címe. |
| properties.run_command |
string |
Parancs futtatása. |
| properties.settings |
Feladat beállításai. |
|
| properties.status |
Feladat állapota. |
|
| properties.url |
string |
Feladat URL-címe. |
| properties.using_sdk |
boolean |
SDK-t használ? |
| properties.web_job_type |
Feladat típusa. |
|
| systemData |
A createdBy és a modifiedBy adatokat tartalmazó Azure Resource Manager-metaadatok. |
|
| type |
string |
Az erőforrás típusa. Pl. "Microsoft.Compute/virtualMachines" vagy "Microsoft.Storage/storageAccounts" |
ContinuousWebJobCollection
Kudu folyamatos webes feladatinformációs elemek gyűjteménye.
| Név | Típus | Leírás |
|---|---|---|
| nextLink |
string (uri) |
Az elemek következő oldalára mutató hivatkozás |
| value |
A ContinuousWebJob elemek ezen az oldalon |
ContinuousWebJobStatus
Feladat állapota.
| Érték | Leírás |
|---|---|
| Initializing | |
| Starting | |
| Running | |
| PendingRestart | |
| Stopped |
createdByType
Az erőforrást létrehozó identitás típusa.
| Érték | Leírás |
|---|---|
| User | |
| Application | |
| ManagedIdentity | |
| Key |
DefaultErrorResponse
App Service-hibaválasz.
| Név | Típus | Leírás |
|---|---|---|
| error |
Hibamodell. |
DefaultErrorResponseError
Hibamodell.
| Név | Típus | Leírás |
|---|---|---|
| code |
string |
Szabványosított sztring a hiba programozott azonosításához. |
| details |
Részletes hibák. |
|
| innererror |
string |
További információ a hiba hibakereséséről. |
| message |
string |
Részletes hibaleírás és hibakeresési információk. |
| target |
string |
Részletes hibaleírás és hibakeresési információk. |
DefaultErrorResponseErrorDetailsItem
Részletes hibák.
| Név | Típus | Leírás |
|---|---|---|
| code |
string |
Szabványosított sztring a hiba programozott azonosításához. |
| message |
string |
Részletes hibaleírás és hibakeresési információk. |
| target |
string |
Részletes hibaleírás és hibakeresési információk. |
systemData
Az erőforrás létrehozásával és utolsó módosításával kapcsolatos metaadatok.
| Név | Típus | Leírás |
|---|---|---|
| createdAt |
string (date-time) |
Az erőforrás-létrehozás időbélyege (UTC). |
| createdBy |
string |
Az erőforrást létrehozó identitás. |
| createdByType |
Az erőforrást létrehozó identitás típusa. |
|
| lastModifiedAt |
string (date-time) |
Az erőforrás utolsó módosításának időbélyege (UTC) |
| lastModifiedBy |
string |
Az erőforrást legutóbb módosító identitás. |
| lastModifiedByType |
Az erőforrást legutóbb módosító identitás típusa. |
WebJobType
Feladat típusa.
| Érték | Leírás |
|---|---|
| Continuous | |
| Triggered |