ArmComputeModelFactory.InterconnectBlockInstanceView Method
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.
public static Azure.ResourceManager.Compute.Models.InterconnectBlockInstanceView InterconnectBlockInstanceView(int? currentCapacity = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.InstanceViewStatus> statuses = default);
static member InterconnectBlockInstanceView : Nullable<int> * seq<Azure.ResourceManager.Compute.Models.InstanceViewStatus> -> Azure.ResourceManager.Compute.Models.InterconnectBlockInstanceView
Public Shared Function InterconnectBlockInstanceView (Optional currentCapacity As Nullable(Of Integer) = Nothing, Optional statuses As IEnumerable(Of InstanceViewStatus) = Nothing) As InterconnectBlockInstanceView
Parameters
- statuses
- IEnumerable<InstanceViewStatus>
The resource status information.
Returns
A new InterconnectBlockInstanceView instance for mocking.