Language

CommvaultOfferDetails(String, String) Constructor

Definition

Initializes a new instance of CommvaultOfferDetails.

public CommvaultOfferDetails(string publisherId, string offerId);
new Azure.ResourceManager.CommvaultContentStore.Models.CommvaultOfferDetails : string * string -> Azure.ResourceManager.CommvaultContentStore.Models.CommvaultOfferDetails
Public Sub New (publisherId As String, offerId As String)

Parameters

publisherId
String

Publisher Id for the marketplace offer.

offerId
String

Offer Id for the marketplace offer.

Exceptions

publisherId or offerId is null.

Applies to