Web Apps - List Azure Storage Accounts Slot
Beschrijving voor Het ophaalt van de configuraties van een Azure-opslagaccount van een app.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/azurestorageaccounts/list?api-version=2024-11-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
name
|
path | True |
string |
Naam van de app. |
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
Naam van de resourcegroep waartoe de resource behoort. |
slot
|
path | True |
string |
Naam van de implementatiesite. Als er geen site is opgegeven, werkt de API de configuraties van het Azure-opslagaccount voor de productiesite bij. |
subscription
|
path | True |
string |
Uw Azure-abonnements-id. Dit is een tekenreeks met GUID-indeling (bijvoorbeeld 00000000-0000-0000-0000-000000000000000). |
api-version
|
query | True |
string |
API-versie |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Foutreactie van App Service. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Definities
Name | Description |
---|---|
Azure |
Toegangsinformatiewaarde voor Azure Files of Blob Storage voor woordenlijstopslag. |
Azure |
AzureStorageInfo-woordenlijstresource. |
Azure |
Koppelingsprotocol dat moet worden gebruikt voor het opslagaccount. |
Azure |
Status van het opslagaccount. |
Azure |
Type opslag. |
Default |
Foutreactie van App Service. |
Details | |
Error |
Foutmodel. |
AzureStorageInfoValue
Toegangsinformatiewaarde voor Azure Files of Blob Storage voor woordenlijstopslag.
Name | Type | Description |
---|---|---|
accessKey |
string |
Toegangssleutel voor het opslagaccount. |
accountName |
string |
Naam van het opslagaccount. |
mountPath |
string |
Pad naar het koppelen van de opslag in de runtime-omgeving van de site. |
protocol |
Koppelingsprotocol dat moet worden gebruikt voor het opslagaccount. |
|
shareName |
string |
Naam van de bestandsshare (containernaam voor Blob Storage). |
state |
Status van het opslagaccount. |
|
type |
Type opslag. |
AzureStoragePropertyDictionaryResource
AzureStorageInfo-woordenlijstresource.
Name | Type | Description |
---|---|---|
id |
string |
Resource-id. |
kind |
string |
Soort resource. |
name |
string |
Resourcenaam. |
properties. |
Toegangsinformatiewaarde voor Azure Files of Blob Storage voor woordenlijstopslag. |
|
type |
string |
Type bron |
AzureStorageProtocol
Koppelingsprotocol dat moet worden gebruikt voor het opslagaccount.
Waarde | Description |
---|---|
Http | |
Nfs | |
Smb |
AzureStorageState
Status van het opslagaccount.
Waarde | Description |
---|---|
InvalidCredentials | |
InvalidShare | |
NotValidated | |
Ok |
AzureStorageType
Type opslag.
Waarde | Description |
---|---|
AzureBlob | |
AzureFiles |
DefaultErrorResponse
Foutreactie van App Service.
Name | Type | Description |
---|---|---|
error |
Foutmodel. |
Details
Name | Type | Description |
---|---|---|
code |
string |
Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren. |
message |
string |
Gedetailleerde foutbeschrijving en foutopsporingsgegevens. |
target |
string |
Gedetailleerde foutbeschrijving en foutopsporingsgegevens. |
Error
Foutmodel.
Name | Type | Description |
---|---|---|
code |
string |
Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren. |
details |
Details[] |
Gedetailleerde fouten. |
innererror |
string |
Meer informatie over foutopsporing. |
message |
string |
Gedetailleerde foutbeschrijving en foutopsporingsgegevens. |
target |
string |
Gedetailleerde foutbeschrijving en foutopsporingsgegevens. |