Freigeben über


Provider interface

Schnittstelle, die einen Anbieter darstellt.

Methoden

listAvailableStacks(ProviderGetAvailableStacksOptionalParams)

Beschreibung für verfügbare Anwendungsframeworks und deren Versionen

listAvailableStacksOnPrem(ProviderGetAvailableStacksOnPremOptionalParams)

Beschreibung für verfügbare Anwendungsframeworks und deren Versionen

listFunctionAppStacks(ProviderGetFunctionAppStacksOptionalParams)

Beschreibung für verfügbare Funktions-App-Frameworks und deren Versionen

listFunctionAppStacksForLocation(string, ProviderGetFunctionAppStacksForLocationOptionalParams)

Beschreibung für verfügbare Funktions-App-Frameworks und deren Versionen für den Speicherort

listOperations(ProviderListOperationsOptionalParams)

Beschreibung für Ruft alle verfügbaren Vorgänge für den Microsoft.Web-Ressourcenanbieter ab. Macht außerdem Ressourcenmetrikdefinitionen verfügbar.

listWebAppStacks(ProviderGetWebAppStacksOptionalParams)

Beschreibung für verfügbare Web-App-Frameworks und deren Versionen

listWebAppStacksForLocation(string, ProviderGetWebAppStacksForLocationOptionalParams)

Beschreibung für verfügbare Web-App-Frameworks und deren Versionen für den Speicherort

Details zur Methode

listAvailableStacks(ProviderGetAvailableStacksOptionalParams)

Beschreibung für verfügbare Anwendungsframeworks und deren Versionen

function listAvailableStacks(options?: ProviderGetAvailableStacksOptionalParams): PagedAsyncIterableIterator<ApplicationStackResource, ApplicationStackResource[], PageSettings>

Parameter

options
ProviderGetAvailableStacksOptionalParams

Die Optionsparameter.

Gibt zurück

listAvailableStacksOnPrem(ProviderGetAvailableStacksOnPremOptionalParams)

Beschreibung für verfügbare Anwendungsframeworks und deren Versionen

function listAvailableStacksOnPrem(options?: ProviderGetAvailableStacksOnPremOptionalParams): PagedAsyncIterableIterator<ApplicationStackResource, ApplicationStackResource[], PageSettings>

Parameter

options
ProviderGetAvailableStacksOnPremOptionalParams

Die Optionsparameter.

Gibt zurück

listFunctionAppStacks(ProviderGetFunctionAppStacksOptionalParams)

Beschreibung für verfügbare Funktions-App-Frameworks und deren Versionen

function listFunctionAppStacks(options?: ProviderGetFunctionAppStacksOptionalParams): PagedAsyncIterableIterator<FunctionAppStack, FunctionAppStack[], PageSettings>

Parameter

options
ProviderGetFunctionAppStacksOptionalParams

Die Optionsparameter.

Gibt zurück

listFunctionAppStacksForLocation(string, ProviderGetFunctionAppStacksForLocationOptionalParams)

Beschreibung für verfügbare Funktions-App-Frameworks und deren Versionen für den Speicherort

function listFunctionAppStacksForLocation(location: string, options?: ProviderGetFunctionAppStacksForLocationOptionalParams): PagedAsyncIterableIterator<FunctionAppStack, FunctionAppStack[], PageSettings>

Parameter

location

string

Position des Funktions-App-Stapels.

Gibt zurück

listOperations(ProviderListOperationsOptionalParams)

Beschreibung für Ruft alle verfügbaren Vorgänge für den Microsoft.Web-Ressourcenanbieter ab. Macht außerdem Ressourcenmetrikdefinitionen verfügbar.

function listOperations(options?: ProviderListOperationsOptionalParams): PagedAsyncIterableIterator<CsmOperationDescription, CsmOperationDescription[], PageSettings>

Parameter

options
ProviderListOperationsOptionalParams

Die Optionsparameter.

Gibt zurück

listWebAppStacks(ProviderGetWebAppStacksOptionalParams)

Beschreibung für verfügbare Web-App-Frameworks und deren Versionen

function listWebAppStacks(options?: ProviderGetWebAppStacksOptionalParams): PagedAsyncIterableIterator<WebAppStack, WebAppStack[], PageSettings>

Parameter

options
ProviderGetWebAppStacksOptionalParams

Die Optionsparameter.

Gibt zurück

listWebAppStacksForLocation(string, ProviderGetWebAppStacksForLocationOptionalParams)

Beschreibung für verfügbare Web-App-Frameworks und deren Versionen für den Speicherort

function listWebAppStacksForLocation(location: string, options?: ProviderGetWebAppStacksForLocationOptionalParams): PagedAsyncIterableIterator<WebAppStack, WebAppStack[], PageSettings>

Parameter

location

string

Web App-Stapelspeicherort.

options
ProviderGetWebAppStacksForLocationOptionalParams

Die Optionsparameter.

Gibt zurück