AddOnCreateParameters 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
AddOnCreateParameters() |
Initializes a new instance of the AddOnCreateParameters class. |
AddOnCreateParameters(String, String) |
Initializes a new instance of the AddOnCreateParameters class with required arguments. |
AddOnCreateParameters()
Initializes a new instance of the AddOnCreateParameters class.
public AddOnCreateParameters ();
Public Sub New ()
Applies to
AddOnCreateParameters(String, String)
Initializes a new instance of the AddOnCreateParameters class with required arguments.
public AddOnCreateParameters (string type, string plan);
new Microsoft.WindowsAzure.Management.Store.Models.AddOnCreateParameters : string * string -> Microsoft.WindowsAzure.Management.Store.Models.AddOnCreateParameters
Public Sub New (type As String, plan As String)
Parameters
- type
- String
- plan
- String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET