GetBastionShareableLinkPlainArgs

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

Constructors

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

Functions

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

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.