InterconnectBlockData(AzureLocation, ComputeSku) Constructor

Definition

Initializes a new instance of InterconnectBlockData.

public InterconnectBlockData(Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.Models.ComputeSku sku);
new Azure.ResourceManager.Compute.InterconnectBlockData : Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.ComputeSku -> Azure.ResourceManager.Compute.InterconnectBlockData
Public Sub New (location As AzureLocation, sku As ComputeSku)

Parameters

location
AzureLocation

The geo-location where the resource lives.

sku
ComputeSku

SKU of the resource for which capacity needs to be pre-allocated. Both sku.name and sku.capacity are required at create. After create, only sku.capacity can be updated.

Exceptions

sku is null.

Applies to