Show / Hide Table of Contents

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 Source

Description

The description of this Shared Image.

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

Eula

The End User Licence Agreement for the Shared Image.

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

GalleryName

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

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
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

Identifiers

An identifier block as defined below.

Declaration
public readonly ImmutableArray<GetSharedImageIdentifierResult> Identifiers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSharedImageIdentifierResult>
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

Name

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

OsType

The type of Operating System present in this Shared Image.

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

PrivacyStatementUri

The URI containing the Privacy Statement for this Shared Image.

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

ReleaseNoteUri

The URI containing the Release Notes for this Shared Image.

Declaration
public readonly string ReleaseNoteUri
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
Back to top Copyright 2016-2020, Pulumi Corporation.