Class GetSharedImageResult
Inheritance
System.Object
GetSharedImageResult
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 GetSharedImageResult
Fields
View SourceDescription
The description of this Shared Image.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Eula
The End User Licence Agreement for the Shared Image.
Declaration
public readonly string Eula
Field Value
| Type | Description |
|---|---|
| System.String |
GalleryName
Declaration
public readonly string GalleryName
Field Value
| Type | Description |
|---|---|
| System.String |
HyperVGeneration
The generation of HyperV that the Virtual Machine used to create the Shared Image is based on.
Declaration
public readonly string HyperVGeneration
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 |
Identifiers
An identifier block as defined below.
Declaration
public readonly ImmutableArray<GetSharedImageIdentifierResult> Identifiers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSharedImageIdentifierResult> |
Location
The supported Azure location where the Shared Image Gallery exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OsType
The type of Operating System present in this Shared Image.
Declaration
public readonly string OsType
Field Value
| Type | Description |
|---|---|
| System.String |
PrivacyStatementUri
The URI containing the Privacy Statement for this Shared Image.
Declaration
public readonly string PrivacyStatementUri
Field Value
| Type | Description |
|---|---|
| System.String |
ReleaseNoteUri
The URI containing the Release Notes for this Shared Image.
Declaration
public readonly string ReleaseNoteUri
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> |