VMExtension Constructors

Definition

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