GetIpGroupPlainArgs

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

Constructors

Link copied to clipboard
fun GetIpGroupPlainArgs(expand: String? = null, ipGroupsName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource.

Link copied to clipboard

The name of the ipGroups.

Link copied to clipboard

The name of the resource group.