getOfferAccessToken

get access token. Uses Azure REST API version 2023-08-01. Other available API versions: 2023-08-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edgemarketplace [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The disk access token

Parameters

argument

null


suspend fun getOfferAccessToken(offerId: String, requestId: String, resourceUri: String): GetOfferAccessTokenResult

Return

The disk access token

Parameters

offerId

Id of the offer

requestId

The name of the publisher.

resourceUri

The fully qualified Azure Resource manager identifier of the resource.

See also


Return

The disk access token

Parameters

argument

Builder for com.pulumi.azurenative.edgemarketplace.kotlin.inputs.GetOfferAccessTokenPlainArgs.

See also