다음을 통해 공유


ArmAppPlatformModelFactory.AppPlatformBuildResultProperties Method

Definition

Initializes a new instance of AppPlatformBuildResultProperties.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildResultProperties AppPlatformBuildResultProperties (string name = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildResultProvisioningState? provisioningState = default, string buildPodName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildStageProperties> buildStages = default);
static member AppPlatformBuildResultProperties : string * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildResultProvisioningState> * string * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildStageProperties> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildResultProperties
Public Shared Function AppPlatformBuildResultProperties (Optional name As String = Nothing, Optional provisioningState As Nullable(Of AppPlatformBuildResultProvisioningState) = Nothing, Optional buildPodName As String = Nothing, Optional buildStages As IEnumerable(Of AppPlatformBuildStageProperties) = Nothing) As AppPlatformBuildResultProperties

Parameters

name
String

The name of this build result.

provisioningState
Nullable<AppPlatformBuildResultProvisioningState>

Provisioning state of the KPack build result.

buildPodName
String

The build pod name which can be used to get the build log streaming.

buildStages
IEnumerable<AppPlatformBuildStageProperties>

All of the build stage (init-container and container) resources in build pod.

Returns

A new AppPlatformBuildResultProperties instance for mocking.

Applies to