ITemplate.RevisionSuffix 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.
User friendly suffix that is appended to the revision name
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="User friendly suffix that is appended to the revision name", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="revisionSuffix")]
public string RevisionSuffix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="User friendly suffix that is appended to the revision name", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="revisionSuffix")>]
member this.RevisionSuffix : string with get, set
Public Property RevisionSuffix As String
Property Value
- Attributes