ArmPlan(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 ArmPlan.
public ArmPlan (string name, string publisher, string product);
new Azure.ResourceManager.Models.ArmPlan : string * string * string -> Azure.ResourceManager.Models.ArmPlan
Public Sub New (name As String, publisher As String, product As String)
Parameters
- name
- String
A user defined name of the 3rd Party Artifact that is being procured.
- publisher
- String
The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic.
- product
- String
The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
Exceptions
name
, publisher
or product
is null.
Applies to
Azure SDK for .NET