Show / Hide Table of Contents

Class OrchestratedVirtualMachineScaleSetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OrchestratedVirtualMachineScaleSetArgs
Inherited Members
ResourceArgs.Empty
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 OrchestratedVirtualMachineScaleSetArgs : ResourceArgs

Constructors

View Source

OrchestratedVirtualMachineScaleSetArgs()

Declaration
public OrchestratedVirtualMachineScaleSetArgs()

Properties

View Source

Location

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.