DedicatedHostInner Class
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.
Specifies information about the Dedicated host.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DedicatedHostInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DedicatedHostInner = class
inherit Resource
Public Class DedicatedHostInner
Inherits Resource
- Inheritance
- Attributes
Constructors
DedicatedHostInner() |
Initializes a new instance of the DedicatedHostInner class. |
DedicatedHostInner(String, Sku, String, String, String, IDictionary<String, String>, Nullable<Int32>, Nullable<Boolean>, String, IList<SubResourceReadOnly>, Nullable<DedicatedHostLicenseTypes>, Nullable<DateTime>, String, DedicatedHostInstanceView) |
Initializes a new instance of the DedicatedHostInner class. |
Properties
AutoReplaceOnFailure |
Gets or sets specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. |
HostId |
Gets a unique id generated and assigned to the dedicated host by the platform. <br><br> Does not change throughout the lifetime of the host. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
InstanceView |
Gets the dedicated host instance view. |
LicenseType |
Gets or sets specifies the software license type that will be applied to the VMs deployed on the dedicated host. <br><br> Possible values are: <br><br> None <br><br> Windows_Server_Hybrid <br><br> Windows_Server_Perpetual <br><br> Default: None. Possible values include: 'None', 'Windows_Server_Hybrid', 'Windows_Server_Perpetual' |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
PlatformFaultDomain |
Gets or sets fault domain of the dedicated host within a dedicated host group. |
ProvisioningState |
Gets the provisioning state, which only appears in the response. |
ProvisioningTime |
Gets the date when the host was first provisioned. |
Sku |
Gets or sets 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. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
VirtualMachines |
Gets a list of references to all virtual machines in the Dedicated Host. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET