Partager via


VMExtension(String, String, String) Constructor

Definition

Initializes a new instance of VMExtension.

public VMExtension (string name, string publisher, string type);
new Azure.Compute.Batch.VMExtension : string * string * string -> Azure.Compute.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.

Exceptions

name, publisher or type is null.

Applies to