GetIpAllocationPlainArgs

data class GetIpAllocationPlainArgs(val expand: String? = null, val ipAllocationName: String, val resourceGroupName: String) : ConvertibleToJava<GetIpAllocationPlainArgs>

Constructors

Link copied to clipboard
fun GetIpAllocationPlainArgs(expand: String? = null, ipAllocationName: String, resourceGroupName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetIpAllocationPlainArgs

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the IpAllocation.

Link copied to clipboard

The name of the resource group.