InterconnectBlockData(AzureLocation, ComputeSku) Constructor
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.
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.