Share via


DedicatedHostData(AzureLocation, ComputeSku) Constructor

Definition

Initializes a new instance of DedicatedHostData.

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

Parameters

___location
AzureLocation

The ___location.

sku
ComputeSku

SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.

Exceptions

sku is null.

Applies to