Show / Hide Table of Contents

Class GetSharedImageVersionResult

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

Fields

View Source

ExcludeFromLatest

Is this Image Version excluded from the latest filter?

Declaration
public readonly bool ExcludeFromLatest
Field Value
Type Description
System.Boolean
View Source

GalleryName

Declaration
public readonly string GalleryName
Field Value
Type Description
System.String
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

ImageName

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

Location

The supported Azure location where the Shared Image Gallery exists.

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

ManagedImageId

The ID of the Managed Image which was the source of this Shared Image Version.

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

Name

The Azure Region in which this Image Version exists.

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

ResourceGroupName

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

Tags

A mapping of tags assigned to the Shared Image.

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

TargetRegions

One or more target_region blocks as documented below.

Declaration
public readonly ImmutableArray<GetSharedImageVersionTargetRegionResult> TargetRegions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSharedImageVersionTargetRegionResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.