ContainerGroupProfileStub.Revision 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 revision of the CG profile is an optional property. If customer does not to provide a revision then NGroups will pickup the latest revision of CGProfile.
public int? Revision { get; set; }
member this.Revision : Nullable<int> with get, set
Public Property Revision As Nullable(Of Integer)