Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.SupportedStacksCollectionInner
Packages that use SupportedStacksCollectionInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
-
Uses of SupportedStacksCollectionInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return SupportedStacksCollectionInnerModifier and TypeMethodDescriptionBuildServicesClient.listSupportedStacks(String resourceGroupName, String serviceName, String buildServiceName) Get all supported stacks.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type SupportedStacksCollectionInnerModifier and TypeMethodDescriptionBuildServicesClient.listSupportedStacksAsync(String resourceGroupName, String serviceName, String buildServiceName) Get all supported stacks.com.azure.core.http.rest.Response<SupportedStacksCollectionInner>BuildServicesClient.listSupportedStacksWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context) Get all supported stacks.Mono<com.azure.core.http.rest.Response<SupportedStacksCollectionInner>>BuildServicesClient.listSupportedStacksWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName) Get all supported stacks. -
Uses of SupportedStacksCollectionInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return SupportedStacksCollectionInnerModifier and TypeMethodDescriptionSupportedStacksCollectionInner.withNextLink(String nextLink) Set the nextLink property: URL client should use to fetch the next page (per server side paging).SupportedStacksCollectionInner.withValue(List<SupportedStackResourceInner> value) Set the value property: Collection of supported stacks resources.