DnsZoneResult 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.
DNSZone information for Microsoft.RecoveryServices.
public class DnsZoneResult : Azure.ResourceManager.RecoveryServices.Models.DnsZone
public class DnsZoneResult : Azure.ResourceManager.RecoveryServices.Models.DnsZone, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServices.Models.DnsZoneResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServices.Models.DnsZoneResult>
type DnsZoneResult = class
inherit DnsZone
type DnsZoneResult = class
inherit DnsZone
interface IJsonModel<DnsZoneResult>
interface IPersistableModel<DnsZoneResult>
Public Class DnsZoneResult
Inherits DnsZone
Public Class DnsZoneResult
Inherits DnsZone
Implements IJsonModel(Of DnsZoneResult), IPersistableModel(Of DnsZoneResult)
- Inheritance
- Implements
Constructors
DnsZoneResult() |
Initializes a new instance of DnsZoneResult. |
Properties
RequiredZoneNames |
The private link resource Private link DNS zone names. |
SubResource |
Subresource type for vault AzureBackup, AzureBackup_secondary or AzureSiteRecovery. (Inherited from DnsZone) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DnsZone) |
Explicit Interface Implementations
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