Class VirtualMachineOsProfile
Inheritance
System.Object
VirtualMachineOsProfile
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 VirtualMachineOsProfile
Fields
View SourceAdminPassword
The password associated with the local administrator account.
Declaration
public readonly string AdminPassword
Field Value
| Type | Description |
|---|---|
| System.String |
AdminUsername
Specifies the name of the local administrator account.
Declaration
public readonly string AdminUsername
Field Value
| Type | Description |
|---|---|
| System.String |
ComputerName
Specifies the name of the Virtual Machine.
Declaration
public readonly string ComputerName
Field Value
| Type | Description |
|---|---|
| System.String |
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 |