Class LinuxVirtualMachineArgs
Inherited Members
Namespace: Pulumi.Azure.DevTest
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachineArgs()
Declaration
public LinuxVirtualMachineArgs()
Properties
View SourceAllowClaim
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> |
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> |
GalleryImageReference
A gallery_image_reference block as defined below.
Declaration
public Input<LinuxVirtualMachineGalleryImageReferenceArgs> GalleryImageReference { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LinuxVirtualMachineGalleryImageReferenceArgs> |
InboundNatRules
One or more inbound_nat_rule blocks as defined below. Changing this forces a new resource to be created.
Declaration
public InputList<LinuxVirtualMachineInboundNatRuleArgs> InboundNatRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LinuxVirtualMachineInboundNatRuleArgs> |
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> |
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> |
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> |
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> |
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> |
Notes
Any notes about the Virtual Machine.
Declaration
public Input<string> Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |