Get Public IPs Plain Args
data class GetPublicIPsPlainArgs(val allocationType: String? = null, val attachmentStatus: String? = null, val namePrefix: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetPublicIPsPlainArgs>
A collection of arguments for invoking getPublicIPs.
Constructors
Link copied to clipboard
fun GetPublicIPsPlainArgs(allocationType: String? = null, attachmentStatus: String? = null, namePrefix: String? = null, resourceGroupName: String)