GetAddressPlainArgs

data class GetAddressPlainArgs(val addressName: String, val resourceGroupName: String) : ConvertibleToJava<GetAddressPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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