PurchasePlan Constructors
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.
Overloads
PurchasePlan() | |
PurchasePlan(String, String, String) |
PurchasePlan()
public PurchasePlan ();
Public Sub New ()
Applies to
PurchasePlan(String, String, String)
public PurchasePlan (string publisher, string name, string product);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.PurchasePlan : string * string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.PurchasePlan
Public Sub New (publisher As String, name As String, product As String)
Parameters
- publisher
- String
- name
- String
- product
- String