Provider interface
Schnittstelle, die einen Anbieter darstellt.
Methoden
| list |
Beschreibung für verfügbare Anwendungsframeworks und deren Versionen |
| list |
Beschreibung für verfügbare Anwendungsframeworks und deren Versionen |
| list |
Beschreibung für verfügbare Funktions-App-Frameworks und deren Versionen |
| list |
Beschreibung für verfügbare Funktions-App-Frameworks und deren Versionen für den Speicherort |
| list |
Beschreibung für Ruft alle verfügbaren Vorgänge für den Microsoft.Web-Ressourcenanbieter ab. Macht außerdem Ressourcenmetrikdefinitionen verfügbar. |
| list |
Beschreibung für verfügbare Web-App-Frameworks und deren Versionen |
| list |
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
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
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
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.
Die Optionsparameter.
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
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
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.
Die Optionsparameter.