Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetDnsZoneResult(val id: String, val maxNumberOfRecordSets: Int, val maxNumberOfVirtualNetworkLinks: Int, val maxNumberOfVirtualNetworkLinksWithRegistration: Int, val name: String, val numberOfRecordSets: Int, val resourceGroupName: String, val tags: Map<String, String>? = null)
A collection of values returned by getDnsZone.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetResolverForwardingRuleResult(val dnsForwardingRulesetId: String, val domainName: String, val enabled: Boolean, val id: String, val metadata: Map<String, String>, val name: String, val targetDnsServers: List<GetResolverForwardingRuleTargetDnsServer>)
A collection of values returned by getResolverForwardingRule.
Link copied to clipboard
Link copied to clipboard
data class GetResolverInboundEndpointIpConfiguration(val privateIpAddress: String, val privateIpAllocationMethod: String, val subnetId: String)
Link copied to clipboard
data class GetResolverInboundEndpointResult(val id: String, val ipConfigurations: List<GetResolverInboundEndpointIpConfiguration>, val location: String, val name: String, val privateDnsResolverId: String, val tags: Map<String, String>)
A collection of values returned by getResolverInboundEndpoint.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetSoaRecordResult(val email: String, val expireTime: Int, val fqdn: String, val hostName: String, val id: String, val minimumTtl: Int, val name: String? = null, val refreshTime: Int, val resourceGroupName: String, val retryTime: Int, val serialNumber: Int, val tags: Map<String, String>, val ttl: Int, val zoneName: String)
A collection of values returned by getSoaRecord.
Link copied to clipboard
data class GetSrvRecordRecord(val port: Int, val priority: Int, val target: String, val weight: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ResolverInboundEndpointIpConfigurations(val privateIpAddress: String? = null, val privateIpAllocationMethod: String? = null, val subnetId: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ZoneSoaRecord(val email: String, val expireTime: Int? = null, val fqdn: String? = null, val hostName: String? = null, val minimumTtl: Int? = null, val refreshTime: Int? = null, val retryTime: Int? = null, val serialNumber: Int? = null, val tags: Map<String, String>? = null, val ttl: Int? = null)