getVendorSkuPreview

Gets the preview information of a vendor sku. Uses Azure REST API version 2022-01-01-preview.

Return

Customer subscription which can use a sku.

Parameters

argument

null


suspend fun getVendorSkuPreview(previewSubscription: String, skuName: String, vendorName: String): GetVendorSkuPreviewResult

Return

Customer subscription which can use a sku.

Parameters

previewSubscription

Preview subscription ID.

skuName

The name of the vendor sku.

vendorName

The name of the vendor.

See also


Return

Customer subscription which can use a sku.

Parameters

argument

Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetVendorSkuPreviewPlainArgs.

See also