GetPrefixPlainArgs

data class GetPrefixPlainArgs(val expand: String? = null, val peeringServiceName: String, val prefixName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrefixPlainArgs>

Constructors

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

Properties

Link copied to clipboard
val expand: String? = null

The properties to be expanded.

Link copied to clipboard

The name of the peering service.

Link copied to clipboard

The name of the prefix.

Link copied to clipboard

The name of the resource group.

Functions

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