DellFileSystemMarketplaceDetails(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DellFileSystemMarketplaceDetails.
public DellFileSystemMarketplaceDetails(string planId, string offerId, string planName);
new Azure.ResourceManager.Dell.Storage.Models.DellFileSystemMarketplaceDetails : string * string * string -> Azure.ResourceManager.Dell.Storage.Models.DellFileSystemMarketplaceDetails
Public Sub New (planId As String, offerId As String, planName As String)
Parameters
- planId
- String
Plan Id.
- offerId
- String
Offer Id.
- planName
- String
Plan Name.
Exceptions
planId, offerId or planName is null.