Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebAppStackInner
-
Packages that use WebAppStackInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 WebAppStackInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<WebAppStackInner>ProvidersClient. getWebAppStacks()Description for Get available Web app frameworks and their versions.com.azure.core.http.rest.PagedIterable<WebAppStackInner>ProvidersClient. getWebAppStacks(ProviderStackOsType stackOsType, com.azure.core.util.Context context)Description for Get available Web app frameworks and their versions.com.azure.core.http.rest.PagedFlux<WebAppStackInner>ProvidersClient. getWebAppStacksAsync()Description for Get available Web app frameworks and their versions.com.azure.core.http.rest.PagedFlux<WebAppStackInner>ProvidersClient. getWebAppStacksAsync(ProviderStackOsType stackOsType)Description for Get available Web app frameworks and their versions.com.azure.core.http.rest.PagedIterable<WebAppStackInner>ProvidersClient. getWebAppStacksForLocation(String location)Description for Get available Web app frameworks and their versions for location.com.azure.core.http.rest.PagedIterable<WebAppStackInner>ProvidersClient. getWebAppStacksForLocation(String location, ProviderStackOsType stackOsType, com.azure.core.util.Context context)Description for Get available Web app frameworks and their versions for location.com.azure.core.http.rest.PagedFlux<WebAppStackInner>ProvidersClient. getWebAppStacksForLocationAsync(String location)Description for Get available Web app frameworks and their versions for location.com.azure.core.http.rest.PagedFlux<WebAppStackInner>ProvidersClient. getWebAppStacksForLocationAsync(String location, ProviderStackOsType stackOsType)Description for 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 WebAppStackInner Modifier and Type Method Description WebAppStackInnerWebAppStackInner. withKind(String kind)Set 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 WebAppStackInner Modifier and Type Method Description List<WebAppStackInner>WebAppStackCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WebAppStackInner Modifier and Type Method Description WebAppStackCollectionWebAppStackCollection. withValue(List<WebAppStackInner> value)Set the value property: Collection of resources.
-