ArmAppPlatformModelFactory.AppPlatformBuildResultProperties 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 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
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