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.
Properties
Link copied to clipboard
The Allocation Type for the Public IP Address. Possible values include Static or Dynamic.
Link copied to clipboard
Filter to include IP Addresses which are attached to a device, such as a VM/LB (Attached) or unattached (Unattached).
Link copied to clipboard
A prefix match used for the IP Addresses name field, case sensitive.
Link copied to clipboard
Specifies the name of the resource group.