IContainerGroupPropertiesAutoGenerated.Priority Property
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.
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