Class OrchestratedVirtualMachineScaleSetArgs
Inherited Members
Namespace: Pulumi.Azure.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class OrchestratedVirtualMachineScaleSetArgs : ResourceArgs
Constructors
View SourceOrchestratedVirtualMachineScaleSetArgs()
Declaration
public OrchestratedVirtualMachineScaleSetArgs()
Properties
View SourceLocation
The Azure location where the Orchestrated Virtual Machine Scale Set should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Orchestrated Virtual Machine Scale Set. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PlatformFaultDomainCount
Specifies the number of fault domains that are used by this Orchestrated Virtual Machine Scale Set. Changing this forces a new resource to be created.
Declaration
public Input<int> PlatformFaultDomainCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceGroupName
The name of the Resource Group in which the Orchestrated Virtual Machine Scale Set should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SinglePlacementGroup
Should the Orchestrated Virtual Machine Scale Set use single placement group? Changing this forces a new resource to be created.
Declaration
public Input<bool> SinglePlacementGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Tags
A mapping of tags which should be assigned to this Orchestrated Virtual Machine Scale Set.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Zones
A list of Availability Zones in which the Virtual Machines in this Scale Set should be created in. Changing this forces a new resource to be created.
Declaration
public Input<string> Zones { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |