Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.SupportedBuildpacksCollectionInner
Packages that use SupportedBuildpacksCollectionInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
-
Uses of SupportedBuildpacksCollectionInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return SupportedBuildpacksCollectionInnerModifier and TypeMethodDescriptionBuildServicesClient.listSupportedBuildpacks(String resourceGroupName, String serviceName, String buildServiceName) Get all supported buildpacks.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type SupportedBuildpacksCollectionInnerModifier and TypeMethodDescriptionBuildServicesClient.listSupportedBuildpacksAsync(String resourceGroupName, String serviceName, String buildServiceName) Get all supported buildpacks.com.azure.core.http.rest.Response<SupportedBuildpacksCollectionInner> BuildServicesClient.listSupportedBuildpacksWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context) Get all supported buildpacks.Mono<com.azure.core.http.rest.Response<SupportedBuildpacksCollectionInner>> BuildServicesClient.listSupportedBuildpacksWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName) Get all supported buildpacks. -
Uses of SupportedBuildpacksCollectionInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return SupportedBuildpacksCollectionInnerModifier and TypeMethodDescriptionSupportedBuildpacksCollectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SupportedBuildpacksCollectionInner from the JsonReader.SupportedBuildpacksCollectionInner.withNextLink(String nextLink) Set the nextLink property: URL client should use to fetch the next page (per server side paging).SupportedBuildpacksCollectionInner.withValue(List<SupportedBuildpackResourceInner> value) Set the value property: Collection of supported buildpacks resources.