GetSubnetPlainArgs

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

A collection of arguments for invoking getSubnet.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the Subnet.

Link copied to clipboard

Specifies the name of the resource group the Virtual Network is located in.

Link copied to clipboard

Specifies the name of the Virtual Network this Subnet is located within.

Functions

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