Class DedicatedHostGroupState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DedicatedHostGroupState : ResourceArgs
Constructors
View SourceDedicatedHostGroupState()
Declaration
public DedicatedHostGroupState()
Properties
View SourceLocation
The Azure location where the Dedicated Host Group exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Dedicated Host Group. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PlatformFaultDomainCount
The number of fault domains that the Dedicated Host Group spans. Changing this forces a new resource to be created.
Declaration
public Input<int> PlatformFaultDomainCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceGroupName
Specifies the name of the resource group the Dedicated Host Group is located in. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Zones
A list of Availability Zones in which the Dedicated Host Group should be located. Changing this forces a new resource to be created.
Declaration
public Input<string> Zones { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |