Show / Hide Table of Contents

Class LinuxVirtualMachineState

Inheritance
System.Object
InputArgs
ResourceArgs
LinuxVirtualMachineState
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.DevTest
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineState : ResourceArgs

Constructors

View Source

LinuxVirtualMachineState()

Declaration
public LinuxVirtualMachineState()

Properties

View Source

AllowClaim

Can this Virtual Machine be claimed by users? Defaults to true.

Declaration
public Input<bool> AllowClaim { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DisallowPublicIpAddress

Should the Virtual Machine be created without a Public IP Address? Changing this forces a new resource to be created.

Declaration
public Input<bool> DisallowPublicIpAddress { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Fqdn

The FQDN of the Virtual Machine.

Declaration
public Input<string> Fqdn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GalleryImageReference

A gallery_image_reference block as defined below.

Declaration
public Input<LinuxVirtualMachineGalleryImageReferenceGetArgs> GalleryImageReference { get; set; }
Property Value
Type Description
Input<LinuxVirtualMachineGalleryImageReferenceGetArgs>
View Source

InboundNatRules

One or more inbound_nat_rule blocks as defined below. Changing this forces a new resource to be created.

Declaration
public InputList<LinuxVirtualMachineInboundNatRuleGetArgs> InboundNatRules { get; set; }
Property Value
Type Description
InputList<LinuxVirtualMachineInboundNatRuleGetArgs>
View Source

LabName

Specifies the name of the Dev Test Lab in which the Virtual Machine should be created. Changing this forces a new resource to be created.

Declaration
public Input<string> LabName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LabSubnetName

The name of a Subnet within the Dev Test Virtual Network where this machine should exist. Changing this forces a new resource to be created.

Declaration
public Input<string> LabSubnetName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LabVirtualNetworkId

The ID of the Dev Test Virtual Network where this Virtual Machine should be created. Changing this forces a new resource to be created.

Declaration
public Input<string> LabVirtualNetworkId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Location

Specifies the supported Azure location where the Dev Test Lab exists. 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

Specifies the name of the Dev Test Machine. 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

Notes

Any notes about the Virtual Machine.

Declaration
public Input<string> Notes { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

The Password associated with the username used to login to this Virtual Machine. Changing this forces a new resource to be created.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which the Dev Test Lab resource exists. 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

Size

The Machine Size to use for this Virtual Machine, such as Standard_F2. Changing this forces a new resource to be created.

Declaration
public Input<string> Size { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SshKey

The SSH Key associated with the username used to login to this Virtual Machine. Changing this forces a new resource to be created.

Declaration
public Input<string> SshKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageType

The type of Storage to use on this Virtual Machine. Possible values are Standard and Premium.

Declaration
public Input<string> StorageType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

UniqueIdentifier

The unique immutable identifier of the Virtual Machine.

Declaration
public Input<string> UniqueIdentifier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Username

The Username associated with the local administrator on this Virtual Machine. Changing this forces a new resource to be created.

Declaration
public Input<string> Username { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.