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 SourceDataDisks
a collection of data_disk blocks as defined below.
Declaration
public readonly ImmutableArray<GetImageDataDiskResult> DataDisks
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetImageDataDiskResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
the Azure Location where this Image exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
the name of the Image.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NameRegex
Declaration
public readonly string NameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
OsDisks
a os_disk block as defined below.
Declaration
public readonly ImmutableArray<GetImageOsDiskResult> OsDisks
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetImageOsDiskResult> |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SortDescending
Declaration
public readonly bool? SortDescending
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
ZoneResilient
is zone resiliency enabled?
Declaration
public readonly bool ZoneResilient
Field Value
| Type | Description |
|---|---|
| System.Boolean |