ArmDnsModelFactory.DnsAaaaRecordData Method
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.
Initializes a new instance of DnsAaaaRecordData.
public static Azure.ResourceManager.Dns.DnsAaaaRecordData DnsAaaaRecordData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? etag = default, System.Collections.Generic.IDictionary<string,string> metadata = default, long? ttl = default, string fqdn = default, string provisioningState = default, Azure.ResourceManager.Resources.Models.WritableSubResource targetResource = default, System.Collections.Generic.IList<Azure.ResourceManager.Dns.Models.DnsAaaaRecordInfo> aaaaRecords = default);
static member DnsAaaaRecordData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * System.Collections.Generic.IDictionary<string, string> * Nullable<int64> * string * string * Azure.ResourceManager.Resources.Models.WritableSubResource * System.Collections.Generic.IList<Azure.ResourceManager.Dns.Models.DnsAaaaRecordInfo> -> Azure.ResourceManager.Dns.DnsAaaaRecordData
Public Shared Function DnsAaaaRecordData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing, Optional ttl As Nullable(Of Long) = Nothing, Optional fqdn As String = Nothing, Optional provisioningState As String = Nothing, Optional targetResource As WritableSubResource = Nothing, Optional aaaaRecords As IList(Of DnsAaaaRecordInfo) = Nothing) As DnsAaaaRecordData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- metadata
- IDictionary<String,String>
The metadata attached to the record set.
- fqdn
- String
Fully qualified domain name of the record set.
- provisioningState
- String
provisioning State of the record set.
- targetResource
- WritableSubResource
A reference to an azure resource from where the dns resource value is taken.
- aaaaRecords
- IList<DnsAaaaRecordInfo>
The list of AAAA records in the record set.
Returns
A new DnsAaaaRecordData instance for mocking.
Applies to
Azure SDK for .NET