PrivateDnsZoneGroupData 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 PrivateDnsZoneGroup data model. Private dns zone group resource.
public class PrivateDnsZoneGroupData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.PrivateDnsZoneGroupData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.PrivateDnsZoneGroupData>
public class PrivateDnsZoneGroupData : Azure.ResourceManager.Network.Models.NetworkResourceData
type PrivateDnsZoneGroupData = class
inherit NetworkResourceData
interface IJsonModel<PrivateDnsZoneGroupData>
interface IPersistableModel<PrivateDnsZoneGroupData>
type PrivateDnsZoneGroupData = class
inherit NetworkResourceData
Public Class PrivateDnsZoneGroupData
Inherits NetworkResourceData
Implements IJsonModel(Of PrivateDnsZoneGroupData), IPersistableModel(Of PrivateDnsZoneGroupData)
Public Class PrivateDnsZoneGroupData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
PrivateDnsZoneGroupData() |
Initializes a new instance of PrivateDnsZoneGroupData. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
PrivateDnsZoneConfigs |
A collection of private dns zone configurations of the private dns zone group. |
ProvisioningState |
The provisioning state of the private dns zone group resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET