Get Workload Network Dns Service Result
data class GetWorkloadNetworkDnsServiceResult(val azureApiVersion: String, val defaultDnsZone: String? = null, val displayName: String? = null, val dnsServiceIp: String? = null, val fqdnZones: List<String>? = null, val id: String, val logLevel: String? = null, val name: String, val provisioningState: String, val revision: Double? = null, val status: String, val systemData: SystemDataResponse, val type: String)
NSX DNS Service
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, defaultDnsZone: String? = null, displayName: String? = null, dnsServiceIp: String? = null, fqdnZones: List<String>? = null, id: String, logLevel: String? = null, name: String, provisioningState: String, revision: Double? = null, status: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Default DNS zone of the DNS Service.
Link copied to clipboard
Display name of the DNS Service.
Link copied to clipboard
DNS service IP of the DNS Service.
Link copied to clipboard
The provisioning state
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.