getInvitation

Get an invitation in a share Uses Azure REST API version 2021-08-01.

Return

A Invitation data transfer object.

Parameters

argument

null


suspend fun getInvitation(accountName: String, invitationName: String, resourceGroupName: String, shareName: String): GetInvitationResult

Return

A Invitation data transfer object.

Parameters

accountName

The name of the share account.

invitationName

The name of the invitation.

resourceGroupName

The resource group name.

shareName

The name of the share.

See also


Return

A Invitation data transfer object.

Parameters

argument

Builder for com.pulumi.azurenative.datashare.kotlin.inputs.GetInvitationPlainArgs.

See also