Share via


PureStorageOfferDetails(String, String, String) Constructor

Definition

Initializes a new instance of PureStorageOfferDetails.

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

Parameters

publisherId
String

Publisher ID for the marketplace offer.

offerId
String

Offer ID for the marketplace offer.

planId
String

Plan ID for the marketplace offer.

Exceptions

publisherId, offerId or planId is null.

Applies to