Delen via


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.

resourceGroupName
path True

string

minLength: 1
maxLength: 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.

subscriptionId
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

AzureStoragePropertyDictionaryResource

OK

Other Status Codes

DefaultErrorResponse

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
AzureStorageInfoValue

Toegangsinformatiewaarde voor Azure Files of Blob Storage voor woordenlijstopslag.

AzureStoragePropertyDictionaryResource

AzureStorageInfo-woordenlijstresource.

AzureStorageProtocol

Koppelingsprotocol dat moet worden gebruikt voor het opslagaccount.

AzureStorageState

Status van het opslagaccount.

AzureStorageType

Type opslag.

DefaultErrorResponse

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

AzureStorageProtocol

Koppelingsprotocol dat moet worden gebruikt voor het opslagaccount.

shareName

string

Naam van de bestandsshare (containernaam voor Blob Storage).

state

AzureStorageState

Status van het opslagaccount.

type

AzureStorageType

Type opslag.

AzureStoragePropertyDictionaryResource

AzureStorageInfo-woordenlijstresource.

Name Type Description
id

string

Resource-id.

kind

string

Soort resource.

name

string

Resourcenaam.

properties.

AzureStorageInfoValue

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

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.