IContainerApp.LatestRevisionName 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.
Name of the latest revision of the Container App.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Name of the latest revision of the Container App.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="latestRevisionName", Update=false)]
public string LatestRevisionName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Name of the latest revision of the Container App.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="latestRevisionName", Update=false)>]
member this.LatestRevisionName : string
Public ReadOnly Property LatestRevisionName As String
Property Value
- Attributes