ArmAppPlatformModelFactory.AppPlatformBuildpackBindingProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AppPlatformBuildpackBindingProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildpackBindingProperties AppPlatformBuildpackBindingProperties (Azure.ResourceManager.AppPlatform.Models.BuildpackBindingType? bindingType = default, Azure.ResourceManager.AppPlatform.Models.BuildpackBindingProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.BuildpackBindingLaunchProperties launchProperties = default);
static member AppPlatformBuildpackBindingProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.BuildpackBindingType> * Nullable<Azure.ResourceManager.AppPlatform.Models.BuildpackBindingProvisioningState> * Azure.ResourceManager.AppPlatform.Models.BuildpackBindingLaunchProperties -> Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildpackBindingProperties
Public Shared Function AppPlatformBuildpackBindingProperties (Optional bindingType As Nullable(Of BuildpackBindingType) = Nothing, Optional provisioningState As Nullable(Of BuildpackBindingProvisioningState) = Nothing, Optional launchProperties As BuildpackBindingLaunchProperties = Nothing) As AppPlatformBuildpackBindingProperties
Parameters
- bindingType
- Nullable<BuildpackBindingType>
Buildpack Binding Type.
- provisioningState
- Nullable<BuildpackBindingProvisioningState>
State of the Buildpack Binding.
- launchProperties
- BuildpackBindingLaunchProperties
The object describes the buildpack binding launch properties.
Returns
A new AppPlatformBuildpackBindingProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET