Uses of Class
com.azure.resourcemanager.appplatform.models.BuildpackBindingLaunchProperties
Packages that use BuildpackBindingLaunchProperties
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildpackBindingLaunchProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildpackBindingLaunchPropertiesModifier and TypeMethodDescriptionBuildpackBindingProperties.launchProperties()Get the launchProperties property: The object describes the buildpack binding launch properties.BuildpackBindingLaunchProperties.withProperties(Map<String, String> properties) Set the properties property: Non-sensitive properties for launchProperties.BuildpackBindingLaunchProperties.withSecrets(Map<String, String> secrets) Set the secrets property: Sensitive properties for launchProperties.Methods in com.azure.resourcemanager.appplatform.models with parameters of type BuildpackBindingLaunchPropertiesModifier and TypeMethodDescriptionBuildpackBindingProperties.withLaunchProperties(BuildpackBindingLaunchProperties launchProperties) Set the launchProperties property: The object describes the buildpack binding launch properties.