Show / Hide Table of Contents

Class GetPlatformImageResult

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

Fields

View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Offer

Declaration
public readonly string Offer
Field Value
Type Description
System.String
View Source

Publisher

Declaration
public readonly string Publisher
Field Value
Type Description
System.String
View Source

Sku

Declaration
public readonly string Sku
Field Value
Type Description
System.String
View Source

Version

Declaration
public readonly string Version
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.