Get Ip Prefix Result
data class GetIpPrefixResult(val annotation: String? = null, val id: String, val ipPrefixRules: List<IpPrefixPropertiesResponseIpPrefixRules>, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The IPPrefix resource definition.
Constructors
Link copied to clipboard
fun GetIpPrefixResult(annotation: String? = null, id: String, ipPrefixRules: List<IpPrefixPropertiesResponseIpPrefixRules>, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)