Show / Hide Table of Contents

Class GetPlatformImageArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPlatformImageArgs
Inherited Members
InvokeArgs.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.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPlatformImageArgs : InvokeArgs

Constructors

View Source

GetPlatformImageArgs()

Declaration
public GetPlatformImageArgs()

Properties

View Source

Location

Specifies the Location to pull information about this Platform Image from.

Declaration
public string Location { get; set; }
Property Value
Type Description
System.String
View Source

Offer

Specifies the Offer associated with the Platform Image.

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

Publisher

Specifies the Publisher associated with the Platform Image.

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

Sku

Specifies the SKU of the Platform Image.

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

Version

The version of the Platform Image.

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