Show / Hide Table of Contents

Class ScaleSetOsProfile

Inheritance
System.Object
ScaleSetOsProfile
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScaleSetOsProfile

Fields

View Source

AdminPassword

Specifies the administrator password to use for all the instances of virtual machines in a scale set.

Declaration
public readonly string AdminPassword
Field Value
Type Description
System.String
View Source

AdminUsername

Specifies the administrator account name to use for all the instances of virtual machines in the scale set.

Declaration
public readonly string AdminUsername
Field Value
Type Description
System.String
View Source

ComputerNamePrefix

Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 9 characters long for windows images and 1 - 58 for linux. Changing this forces a new resource to be created.

Declaration
public readonly string ComputerNamePrefix
Field Value
Type Description
System.String
View Source

CustomData

Specifies custom data to supply to the machine. On linux-based systems, this can be used as a cloud-init script. On other systems, this will be copied as a file on disk. Internally, this provider will base64 encode this value before sending it to the API. The maximum length of the binary array is 65535 bytes.

Declaration
public readonly string CustomData
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.