Class LinuxVirtualMachinePlanArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachinePlanArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachinePlanArgs()
Declaration
public LinuxVirtualMachinePlanArgs()
Properties
View SourceName
Specifies the Name of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Product
Specifies the Product of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.
Declaration
public Input<string> Product { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Publisher
Specifies the Publisher of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.
Declaration
public Input<string> Publisher { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |