Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.SupportedBuildpackResourceInner
Packages that use SupportedBuildpackResourceInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
-
Uses of SupportedBuildpackResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return SupportedBuildpackResourceInnerModifier and TypeMethodDescriptionBuildServicesClient.getSupportedBuildpack(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName) Get the supported buildpack resource.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type SupportedBuildpackResourceInnerModifier and TypeMethodDescriptionBuildServicesClient.getSupportedBuildpackAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName) Get the supported buildpack resource.com.azure.core.http.rest.Response<SupportedBuildpackResourceInner>BuildServicesClient.getSupportedBuildpackWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName, com.azure.core.util.Context context) Get the supported buildpack resource.Mono<com.azure.core.http.rest.Response<SupportedBuildpackResourceInner>>BuildServicesClient.getSupportedBuildpackWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName) Get the supported buildpack resource. -
Uses of SupportedBuildpackResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return SupportedBuildpackResourceInnerModifier and TypeMethodDescriptionSupportedBuildpackResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SupportedBuildpackResourceInner from the JsonReader.SupportedBuildpackResourceInner.withProperties(SupportedBuildpackResourceProperties properties) Set the properties property: Supported buildpack resource properties.Methods in com.azure.resourcemanager.appplatform.fluent.models that return types with arguments of type SupportedBuildpackResourceInnerModifier and TypeMethodDescriptionSupportedBuildpacksCollectionInner.value()Get the value property: Collection of supported buildpacks resources.Method parameters in com.azure.resourcemanager.appplatform.fluent.models with type arguments of type SupportedBuildpackResourceInnerModifier and TypeMethodDescriptionSupportedBuildpacksCollectionInner.withValue(List<SupportedBuildpackResourceInner> value) Set the value property: Collection of supported buildpacks resources.