MicrosoftgraphdomainDnsRecord 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
MicrosoftgraphdomainDnsRecord() | |
MicrosoftgraphdomainDnsRecord(IDictionary<String,Object>, String, Nullable<Boolean>, String, String, String, Nullable<Int32>) |
MicrosoftgraphdomainDnsRecord()
public MicrosoftgraphdomainDnsRecord ();
Public Sub New ()
Applies to
MicrosoftgraphdomainDnsRecord(IDictionary<String,Object>, String, Nullable<Boolean>, String, String, String, Nullable<Int32>)
public MicrosoftgraphdomainDnsRecord (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, bool? isOptional = default, string label = default, string recordType = default, string supportedService = default, int? ttl = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphdomainDnsRecord : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<bool> * string * string * string * Nullable<int> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphdomainDnsRecord
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional isOptional As Nullable(Of Boolean) = Nothing, Optional label As String = Nothing, Optional recordType As String = Nothing, Optional supportedService As String = Nothing, Optional ttl As Nullable(Of Integer) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- label
- String
- recordType
- String
- supportedService
- String