GetInterfaceEndpointPlainArgs

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

Constructors

Link copied to clipboard
fun GetInterfaceEndpointPlainArgs(expand: String? = null, interfaceEndpointName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the interface endpoint.

Link copied to clipboard

The name of the resource group.