InterconnectBlockInstanceView Constructors

Definition

Overloads

Name Description
InterconnectBlockInstanceView()

Initializes a new instance of the InterconnectBlockInstanceView class.

InterconnectBlockInstanceView(Nullable<Int32>, IList<InstanceViewStatus>)

Initializes a new instance of the InterconnectBlockInstanceView class.

InterconnectBlockInstanceView()

Initializes a new instance of the InterconnectBlockInstanceView class.

public InterconnectBlockInstanceView();
Public Sub New ()

Applies to

InterconnectBlockInstanceView(Nullable<Int32>, IList<InstanceViewStatus>)

Initializes a new instance of the InterconnectBlockInstanceView class.

public InterconnectBlockInstanceView(int? currentCapacity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> statuses = default);
new Microsoft.Azure.Management.Compute.Models.InterconnectBlockInstanceView : Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> -> Microsoft.Azure.Management.Compute.Models.InterconnectBlockInstanceView
Public Sub New (Optional currentCapacity As Nullable(Of Integer) = Nothing, Optional statuses As IList(Of InstanceViewStatus) = Nothing)

Parameters

currentCapacity
Nullable<Int32>

The current capacity allocated for this Interconnect Block.

statuses
IList<InstanceViewStatus>

The resource status information.

Applies to