GetCustomIPPrefixPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The name of the custom IP prefix.

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the resource group.

Functions

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