GetBastionShareableLinkPlainArgs

data class GetBastionShareableLinkPlainArgs(val bastionHostName: String, val resourceGroupName: String, val vms: List<BastionShareableLink>? = null) : ConvertibleToJava<GetBastionShareableLinkPlainArgs>

Constructors

Link copied to clipboard
constructor(bastionHostName: String, resourceGroupName: String, vms: List<BastionShareableLink>? = null)

Properties

Link copied to clipboard

The name of the Bastion Host.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

List of VM references.

Functions

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