PrivateDnsSoaRecordData Class
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.
A class representing the PrivateDnsSoaRecord data model.
public class PrivateDnsSoaRecordData : Azure.ResourceManager.PrivateDns.PrivateDnsBaseRecordData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PrivateDns.PrivateDnsSoaRecordData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PrivateDns.PrivateDnsSoaRecordData>
public class PrivateDnsSoaRecordData : Azure.ResourceManager.PrivateDns.PrivateDnsBaseRecordData
type PrivateDnsSoaRecordData = class
inherit PrivateDnsBaseRecordData
interface IJsonModel<PrivateDnsSoaRecordData>
interface IPersistableModel<PrivateDnsSoaRecordData>
type PrivateDnsSoaRecordData = class
inherit PrivateDnsBaseRecordData
Public Class PrivateDnsSoaRecordData
Inherits PrivateDnsBaseRecordData
Implements IJsonModel(Of PrivateDnsSoaRecordData), IPersistableModel(Of PrivateDnsSoaRecordData)
Public Class PrivateDnsSoaRecordData
Inherits PrivateDnsBaseRecordData
- Inheritance
- Implements
Constructors
PrivateDnsSoaRecordData() |
Initializes a new instance of PrivateDnsSoaRecordData. |
Properties
ETag |
The ETag of the record set. (Inherited from PrivateDnsBaseRecordData) |
Fqdn |
Fully qualified domain name of the record set. (Inherited from PrivateDnsBaseRecordData) |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsAutoRegistered |
Is the record set auto-registered in the Private DNS zone through a virtual network link?. (Inherited from PrivateDnsBaseRecordData) |
Metadata |
The metadata attached to the record set. (Inherited from PrivateDnsBaseRecordData) |
Name |
The name of the resource. (Inherited from ResourceData) |
PrivateDnsSoaRecord |
The SOA record in the record set. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TtlInSeconds |
The TTL (time-to-live) of the records in the record set. (Inherited from PrivateDnsBaseRecordData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET