Uses of Class
com.azure.resourcemanager.appplatform.models.BuildpackBindingProperties
Packages that use BuildpackBindingProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildpackBindingProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return BuildpackBindingPropertiesModifier and TypeMethodDescriptionBuildpackBindingResourceInner.properties()Get the properties property: Properties of a buildpack binding.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type BuildpackBindingPropertiesModifier and TypeMethodDescriptionBuildpackBindingResourceInner.withProperties(BuildpackBindingProperties properties) Set the properties property: Properties of a buildpack binding. -
Uses of BuildpackBindingProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildpackBindingPropertiesModifier and TypeMethodDescriptionstatic BuildpackBindingPropertiesBuildpackBindingProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BuildpackBindingProperties from the JsonReader.BuildpackBindingProperties.withBindingType(BindingType bindingType) Set the bindingType property: Buildpack Binding Type.BuildpackBindingProperties.withLaunchProperties(BuildpackBindingLaunchProperties launchProperties) Set the launchProperties property: The object describes the buildpack binding launch properties.