models Package
Classes
ARecord |
An A record. |
AaaaRecord |
An AAAA record. |
CloudErrorBody |
An error response from the service. |
CnameRecord |
A CNAME record. |
MxRecord |
An MX record. |
PrivateZone |
Describes a Private DNS zone. Variables are only populated by the server, and will be ignored when sending a request. |
PrivateZoneListResult |
The response to a Private DNS zone list operation. Variables are only populated by the server, and will be ignored when sending a request. |
ProxyResource |
The resource model definition for an ARM proxy resource. Variables are only populated by the server, and will be ignored when sending a request. |
PtrRecord |
A PTR record. |
RecordSet |
Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone. Variables are only populated by the server, and will be ignored when sending a request. |
RecordSetListResult |
The response to a record set list operation. Variables are only populated by the server, and will be ignored when sending a request. |
Resource |
The core properties of ARM resources. Variables are only populated by the server, and will be ignored when sending a request. |
SoaRecord |
An SOA record. |
SrvRecord |
An SRV record. |
SubResource |
Reference to another subresource. |
TrackedResource |
The resource model definition for a ARM tracked top level resource. Variables are only populated by the server, and will be ignored when sending a request. |
TxtRecord |
A TXT record. |
VirtualNetworkLink |
Describes a link to virtual network for a Private DNS zone. Variables are only populated by the server, and will be ignored when sending a request. |
VirtualNetworkLinkListResult |
The response to a list virtual network link to Private DNS zone operation. Variables are only populated by the server, and will be ignored when sending a request. |
Enums
ProvisioningState |
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. |
RecordType |
RecordType. |
ResolutionPolicy |
The resolution policy on the virtual network link. Only applicable for virtual network links to privatelink zones, and for A,AAAA,CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private dns query resolution results in non-existent domain response. |
VirtualNetworkLinkState |
The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored. |
Azure SDK for Python