共用方式為


ArmPlan(String, String, String) Constructor

Definition

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