Compartir a través de


ITaskRunProperties.RunResultPropertiesProvisioningState Property

Definition

The provisioning state of a run.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The provisioning state of a run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState) }, ReadOnly=false, Required=false, SerializedName="provisioningState")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState? RunResultPropertiesProvisioningState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The provisioning state of a run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState) }, ReadOnly=false, Required=false, SerializedName="provisioningState")>]
member this.RunResultPropertiesProvisioningState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState> with get, set
Public Property RunResultPropertiesProvisioningState As Nullable(Of ProvisioningState)

Property Value

Attributes

Applies to