Show / Hide Table of Contents

Class GetImageResult

Inheritance
System.Object
GetImageResult
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 GetImageResult

Fields

View Source

DataDisks

a collection of data_disk blocks as defined below.

Declaration
public readonly ImmutableArray<GetImageDataDiskResult> DataDisks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetImageDataDiskResult>
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

the Azure Location where this Image exists.

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

Name

the name of the Image.

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

NameRegex

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

OsDisks

a os_disk block as defined below.

Declaration
public readonly ImmutableArray<GetImageOsDiskResult> OsDisks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetImageOsDiskResult>
View Source

ResourceGroupName

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

SortDescending

Declaration
public readonly bool? SortDescending
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Tags

a mapping of tags to assigned to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

ZoneResilient

is zone resiliency enabled?

Declaration
public readonly bool ZoneResilient
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.