Sdílet prostřednictvím


ICaaRecord.Flag Property

Definition

The flags for this CAA record as an integer between 0 and 255.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The flags for this CAA record as an integer between 0 and 255.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="flags")]
public int? Flag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The flags for this CAA record as an integer between 0 and 255.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="flags")>]
member this.Flag : Nullable<int> with get, set
Public Property Flag As Nullable(Of Integer)

Property Value

Attributes

Applies to