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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET