Get Public IPs Result
data class GetPublicIPsResult(val allocationType: String? = null, val attachmentStatus: String? = null, val id: String, val namePrefix: String? = null, val publicIps: List<GetPublicIPsPublicIp>, val resourceGroupName: String)
A collection of values returned by getPublicIPs.
Constructors
Link copied to clipboard
fun GetPublicIPsResult(allocationType: String? = null, attachmentStatus: String? = null, id: String, namePrefix: String? = null, publicIps: List<GetPublicIPsPublicIp>, resourceGroupName: String)