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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET