Class GetSharedImageVersionsImageResult
Inheritance
System.Object
GetSharedImageVersionsImageResult
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetSharedImageVersionsImageResult
Fields
View SourceExcludeFromLatest
Is this Image Version excluded from the latest filter?
Declaration
public readonly bool ExcludeFromLatest
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Location
The supported Azure location where the Shared Image Gallery exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Name
The Azure Region in which this Image Version exists.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
TargetRegions
One or more target_region blocks as documented below.
Declaration
public readonly ImmutableArray<GetSharedImageVersionsImageTargetRegionResult> TargetRegions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSharedImageVersionsImageTargetRegionResult> |