Share via


IContainerGroupProperties.ProfileRevision Property

Definition

The container group profile reference revision.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The container group profile reference revision.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="revision")]
public int? ProfileRevision { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The container group profile reference revision.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="revision")>]
member this.ProfileRevision : Nullable<int> with get, set
Public Property ProfileRevision As Nullable(Of Integer)

Property Value

Attributes

Applies to