IProcessInfoProperties.Identifier Property

Definition

ARM Identifier for deployment.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="ARM Identifier for deployment.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="identifier", Update=false)]
public int? Identifier { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="ARM Identifier for deployment.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="identifier", Update=false)>]
member this.Identifier : Nullable<int>
Public ReadOnly Property Identifier As Nullable(Of Integer)

Property Value

Attributes

Applies to