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 SourceExcludeFromLatest
Is this Image Version excluded from the latest filter?
Declaration
public readonly bool ExcludeFromLatest
Field Value
| Type | Description |
|---|---|
| System.Boolean |
GalleryName
Declaration
public readonly string GalleryName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ImageName
Declaration
public readonly string ImageName
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
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<GetSharedImageVersionTargetRegionResult> TargetRegions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSharedImageVersionTargetRegionResult> |