Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ApplicationStackResourceInner
-
Packages that use ApplicationStackResourceInner 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 ApplicationStackResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ApplicationStackResourceInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner>ProvidersClient. getAvailableStacks()Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner>ProvidersClient. getAvailableStacks(ProviderOsTypeSelected osTypeSelected, com.azure.core.util.Context context)Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner>ProvidersClient. getAvailableStacksAsync()Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner>ProvidersClient. getAvailableStacksAsync(ProviderOsTypeSelected osTypeSelected)Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner>ProvidersClient. list()Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner>ProvidersClient. list(ProviderOsTypeSelected osTypeSelected, com.azure.core.util.Context context)Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner>ProvidersClient. listAsync()Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner>ProvidersClient. listAsync(ProviderOsTypeSelected osTypeSelected)Description for Get available application frameworks and their versions. -
Uses of ApplicationStackResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ApplicationStackResourceInner Modifier and Type Method Description ApplicationStackResourceInnerApplicationStackResourceInner. withDependency(String dependency)Set the dependency property: Application stack dependency.ApplicationStackResourceInnerApplicationStackResourceInner. withDisplay(String display)Set the display property: Application stack display name.ApplicationStackResourceInnerApplicationStackResourceInner. withFrameworks(List<ApplicationStack> frameworks)Set the frameworks property: List of frameworks associated with application stack.ApplicationStackResourceInnerApplicationStackResourceInner. withIsDeprecated(List<ApplicationStack> isDeprecated)Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.ApplicationStackResourceInnerApplicationStackResourceInner. withKind(String kind)Set the kind property: Kind of resource.ApplicationStackResourceInnerApplicationStackResourceInner. withMajorVersions(List<StackMajorVersion> majorVersions)Set the majorVersions property: List of major versions available.ApplicationStackResourceInnerApplicationStackResourceInner. withNamePropertiesName(String name)Set the name property: Application stack name. -
Uses of ApplicationStackResourceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ApplicationStackResourceInner Modifier and Type Method Description List<ApplicationStackResourceInner>ApplicationStackCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ApplicationStackResourceInner Modifier and Type Method Description ApplicationStackCollectionApplicationStackCollection. withValue(List<ApplicationStackResourceInner> value)Set the value property: Collection of resources.
-