ArmAppPlatformModelFactory.AppPlatformBuilderProperties 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 AppPlatformBuilderProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformBuilderProperties AppPlatformBuilderProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformBuilderProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformClusterStackProperties stack = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.BuildpacksGroupProperties> buildpackGroups = default);
static member AppPlatformBuilderProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuilderProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformClusterStackProperties * seq<Azure.ResourceManager.AppPlatform.Models.BuildpacksGroupProperties> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformBuilderProperties
Public Shared Function AppPlatformBuilderProperties (Optional provisioningState As Nullable(Of AppPlatformBuilderProvisioningState) = Nothing, Optional stack As AppPlatformClusterStackProperties = Nothing, Optional buildpackGroups As IEnumerable(Of BuildpacksGroupProperties) = Nothing) As AppPlatformBuilderProperties
Parameters
- provisioningState
- Nullable<AppPlatformBuilderProvisioningState>
Builder provision status.
Builder cluster stack property.
- buildpackGroups
- IEnumerable<BuildpacksGroupProperties>
Builder buildpack groups.
Returns
A new AppPlatformBuilderProperties 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