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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET