Class BuildpackBindingProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.BuildpackBindingProperties
Properties of a buildpack binding.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of BuildpackBindingProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the bindingType property: Buildpack Binding Type.Get the launchProperties property: The object describes the buildpack binding launch properties.Get the provisioningState property: State of the Buildpack Binding.voidvalidate()Validates the instance.withBindingType(BindingType bindingType) Set the bindingType property: Buildpack Binding Type.withLaunchProperties(BuildpackBindingLaunchProperties launchProperties) Set the launchProperties property: The object describes the buildpack binding launch properties.
-
Constructor Details
-
BuildpackBindingProperties
public BuildpackBindingProperties()Creates an instance of BuildpackBindingProperties class.
-
-
Method Details
-
bindingType
Get the bindingType property: Buildpack Binding Type.- Returns:
- the bindingType value.
-
withBindingType
Set the bindingType property: Buildpack Binding Type.- Parameters:
bindingType- the bindingType value to set.- Returns:
- the BuildpackBindingProperties object itself.
-
provisioningState
Get the provisioningState property: State of the Buildpack Binding.- Returns:
- the provisioningState value.
-
launchProperties
Get the launchProperties property: The object describes the buildpack binding launch properties.- Returns:
- the launchProperties value.
-
withLaunchProperties
public BuildpackBindingProperties withLaunchProperties(BuildpackBindingLaunchProperties launchProperties) Set the launchProperties property: The object describes the buildpack binding launch properties.- Parameters:
launchProperties- the launchProperties value to set.- Returns:
- the BuildpackBindingProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-