Show / Hide Table of Contents

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 Source

Offer

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
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.