Get Ip Allocation Result
data class GetIpAllocationResult(val allocationTags: Map<String, String>? = null, val etag: String, val id: String? = null, val ipamAllocationId: String? = null, val location: String? = null, val name: String, val prefix: String? = null, val prefixLength: Int? = null, val prefixType: String? = null, val subnet: SubResourceResponse, val tags: Map<String, String>? = null, val type: String, val virtualNetwork: SubResourceResponse)
IpAllocation resource.
Constructors
Link copied to clipboard
fun GetIpAllocationResult(allocationTags: Map<String, String>? = null, etag: String, id: String? = null, ipamAllocationId: String? = null, location: String? = null, name: String, prefix: String? = null, prefixLength: Int? = null, prefixType: String? = null, subnet: SubResourceResponse, tags: Map<String, String>? = null, type: String, virtualNetwork: SubResourceResponse)