CaaRecord Constructors
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.
Overloads
CaaRecord() |
Initializes a new instance of the CaaRecord class. |
CaaRecord(Nullable<Int32>, String, String) |
Initializes a new instance of the CaaRecord class. |
CaaRecord()
Initializes a new instance of the CaaRecord class.
public CaaRecord ();
Public Sub New ()
Applies to
CaaRecord(Nullable<Int32>, String, String)
Initializes a new instance of the CaaRecord class.
public CaaRecord (int? flags = default, string tag = default, string value = default);
new Microsoft.Azure.Management.Dns.Fluent.Models.CaaRecord : Nullable<int> * string * string -> Microsoft.Azure.Management.Dns.Fluent.Models.CaaRecord
Public Sub New (Optional flags As Nullable(Of Integer) = Nothing, Optional tag As String = Nothing, Optional value As String = Nothing)
Parameters
- tag
- String
The tag for this CAA record.
- value
- String
The value for this CAA record.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET