VMExtensionInstanceView Constructors

Definition

Overloads

VMExtensionInstanceView()

Initializes a new instance of the VMExtensionInstanceView class.

VMExtensionInstanceView(String, IList<InstanceViewStatus>, IList<InstanceViewStatus>)

Initializes a new instance of the VMExtensionInstanceView class.

VMExtensionInstanceView()

Source:
VMExtensionInstanceView.cs

Initializes a new instance of the VMExtensionInstanceView class.

public VMExtensionInstanceView ();

Applies to

VMExtensionInstanceView(String, IList<InstanceViewStatus>, IList<InstanceViewStatus>)

Source:
VMExtensionInstanceView.cs

Initializes a new instance of the VMExtensionInstanceView class.

public VMExtensionInstanceView (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InstanceViewStatus> statuses = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InstanceViewStatus> subStatuses = default);

Parameters

name
String

The name of the vm extension instance view.

statuses
IList<InstanceViewStatus>

The resource status information.

subStatuses
IList<InstanceViewStatus>

The resource status information.

Applies to