IStaticSiteBuildArmResource.BuildId 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.
An identifier for the static site build.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="An identifier for the static site build.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="buildId")]
public string BuildId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="An identifier for the static site build.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="buildId")>]
member this.BuildId : string
Public ReadOnly Property BuildId As String
Property Value
- Attributes