Share via


IContainerGroupProperties.Priority Property

Definition

The priority of the container group.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The priority of the container group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority) }, ReadOnly=false, Required=false, SerializedName="priority")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority? Priority { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The priority of the container group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority) }, ReadOnly=false, Required=false, SerializedName="priority")>]
member this.Priority : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority> with get, set
Public Property Priority As Nullable(Of ContainerGroupPriority)

Property Value

Attributes

Applies to