InterconnectBlockInstanceView 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
| 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
- statuses
- IList<InstanceViewStatus>
The resource status information.