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.Models.CaaRecord : Nullable<int> * string * string -> Microsoft.Azure.Management.Dns.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET