Show / Hide Table of Contents

Class LinuxVirtualMachineGalleryImageReferenceArgs

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

Constructors

View Source

LinuxVirtualMachineGalleryImageReferenceArgs()

Declaration
public LinuxVirtualMachineGalleryImageReferenceArgs()

Properties

View Source

Offer

The Offer of the Gallery Image. Changing this forces a new resource to be created.

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

Publisher

The Publisher of the Gallery Image. Changing this forces a new resource to be created.

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

Sku

The SKU of the Gallery Image. Changing this forces a new resource to be created.

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

Version

The Version of the Gallery Image. Changing this forces a new resource to be created.

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