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