getBastionShareableLink

Return the Bastion Shareable Links for all the VMs specified in the request. API Version: 2020-11-01.

Return

Response for all the Bastion Shareable Link endpoints.

Parameters

argument

null


suspend fun getBastionShareableLink(bastionHostName: String, resourceGroupName: String, vms: List<BastionShareableLink>? = null): GetBastionShareableLinkResult

Return

Response for all the Bastion Shareable Link endpoints.

Parameters

bastionHostName

The name of the Bastion Host.

resourceGroupName

The name of the resource group.

vms

List of VM references.

See also


Return

Response for all the Bastion Shareable Link endpoints.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetBastionShareableLinkPlainArgs.

See also