VMExtension 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
VMExtension() |
Default constructor to support mocking the VMExtension class. |
VMExtension(String, String, String) |
Initializes a new instance of the VMExtension class. |
VMExtension()
- Source:
- VMExtension.cs
Default constructor to support mocking the VMExtension class.
protected VMExtension ();
Protected Sub New ()
Applies to
VMExtension(String, String, String)
- Source:
- VMExtension.cs
Initializes a new instance of the VMExtension class.
public VMExtension (string name, string publisher, string type);
new Microsoft.Azure.Batch.VMExtension : string * string * string -> Microsoft.Azure.Batch.VMExtension
Public Sub New (name As String, publisher As String, type As String)
Parameters
- name
- String
The name of the virtual machine extension.
- publisher
- String
The name of the extension handler publisher.
- type
- String
The type of the extension.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET