get Bastion Shareable Link
suspend fun getBastionShareableLink(argument: GetBastionShareableLinkPlainArgs): GetBastionShareableLinkResult
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
bastion Host Name
The name of the Bastion Host.
resource Group Name
The name of the resource group.
vms
List of VM references.
See also
suspend fun getBastionShareableLink(argument: suspend GetBastionShareableLinkPlainArgsBuilder.() -> Unit): GetBastionShareableLinkResult
Return
Response for all the Bastion Shareable Link endpoints.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetBastionShareableLinkPlainArgs.