Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebAppStackInner
Packages that use WebAppStackInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WebAppStackInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WebAppStackInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<WebAppStackInner>ProvidersClient.getWebAppStacks()Get available Web app frameworks and their versionscom.azure.core.http.rest.PagedIterable<WebAppStackInner>ProvidersClient.getWebAppStacks(ProviderStackOsType stackOsType, com.azure.core.util.Context context) Get available Web app frameworks and their versionscom.azure.core.http.rest.PagedFlux<WebAppStackInner>ProvidersClient.getWebAppStacksAsync()Get available Web app frameworks and their versionscom.azure.core.http.rest.PagedFlux<WebAppStackInner>ProvidersClient.getWebAppStacksAsync(ProviderStackOsType stackOsType) Get available Web app frameworks and their versionscom.azure.core.http.rest.PagedIterable<WebAppStackInner>ProvidersClient.getWebAppStacksForLocation(String location) Get available Web app frameworks and their versions for locationcom.azure.core.http.rest.PagedIterable<WebAppStackInner>ProvidersClient.getWebAppStacksForLocation(String location, ProviderStackOsType stackOsType, com.azure.core.util.Context context) Get available Web app frameworks and their versions for locationcom.azure.core.http.rest.PagedFlux<WebAppStackInner>ProvidersClient.getWebAppStacksForLocationAsync(String location) Get available Web app frameworks and their versions for locationcom.azure.core.http.rest.PagedFlux<WebAppStackInner>ProvidersClient.getWebAppStacksForLocationAsync(String location, ProviderStackOsType stackOsType) Get available Web app frameworks and their versions for location -
Uses of WebAppStackInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WebAppStackInnerModifier and TypeMethodDescriptionSet the kind property: Kind of resource. -
Uses of WebAppStackInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WebAppStackInnerModifier and TypeMethodDescriptionWebAppStackCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WebAppStackInnerModifier and TypeMethodDescriptionWebAppStackCollection.withValue(List<WebAppStackInner> value) Set the value property: Collection of resources.