GetIpGroupsPlainArgs

data class GetIpGroupsPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetIpGroupsPlainArgs>

A collection of arguments for invoking getIpGroups.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String)

Properties

Link copied to clipboard

A substring to match some number of IP Groups.

Link copied to clipboard

The name of the Resource Group where the IP Groups exist.

Functions

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