Get Dns Forwarding Ruleset Result
data class GetDnsForwardingRulesetResult(val dnsResolverOutboundEndpoints: List<SubResourceResponse>, val etag: String, val id: String, val location: String, val name: String, val provisioningState: String, val resourceGuid: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Describes a DNS forwarding ruleset.
Constructors
Link copied to clipboard
fun GetDnsForwardingRulesetResult(dnsResolverOutboundEndpoints: List<SubResourceResponse>, etag: String, id: String, location: String, name: String, provisioningState: String, resourceGuid: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)