Class LinuxVirtualMachineGalleryImageReference
Inheritance
System.Object
LinuxVirtualMachineGalleryImageReference
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.DevTest.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineGalleryImageReference
Fields
View SourceOffer
The Offer of the Gallery Image. Changing this forces a new resource to be created.
Declaration
public readonly string Offer
Field Value
| Type | Description |
|---|---|
| System.String |
Publisher
The Publisher of the Gallery Image. Changing this forces a new resource to be created.
Declaration
public readonly string Publisher
Field Value
| Type | Description |
|---|---|
| System.String |
Sku
The SKU of the Gallery Image. Changing this forces a new resource to be created.
Declaration
public readonly string Sku
Field Value
| Type | Description |
|---|---|
| System.String |
Version
The Version of the Gallery Image. Changing this forces a new resource to be created.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |