GetIpGroupPlainArgs

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

Constructors

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

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.

Functions

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