Web Apps - Delete Site Container
Tar bort en platscontainer för en plats eller ett distributionsfack.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sitecontainers/{containerName}?api-version=2024-04-01
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
container
|
path | True |
string pattern: (^[a-zA-Z0-9]$)|(^[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9]$) |
Namn på webbplatscontainer |
name
|
path | True |
string |
Namnet på appen. |
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
Namnet på resursgruppen som resursen tillhör. |
subscription
|
path | True |
string |
Ditt Azure-prenumerations-ID. Det här är en GUID-formaterad sträng (t.ex. 00000000-0000-0000-0000-000000000000). |
api-version
|
query | True |
string |
API-version |
Name | Typ | Description |
---|---|---|
200 OK |
Webbplatscontainern har tagits bort. |
|
204 No Content |
Platscontainern finns inte. |
|
Other Status Codes |
App Service-felsvar. |
Azure Active Directory OAuth2 Flow
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Name | Description |
---|---|
Default |
App Service-felsvar. |
Details | |
Error |
Felmodell. |
App Service-felsvar.
Name | Typ | Description |
---|---|---|
error |
Felmodell. |
Name | Typ | Description |
---|---|---|
code |
string |
Standardiserad sträng för att programmatiskt identifiera felet. |
message |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
target |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
Felmodell.
Name | Typ | Description |
---|---|---|
code |
string |
Standardiserad sträng för att programmatiskt identifiera felet. |
details |
Details[] |
Detaljerade fel. |
innererror |
string |
Mer information om felsökningsfel. |
message |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
target |
string |
Detaljerad felbeskrivning och felsökningsinformation. |