你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGalleryImageProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImagePropertiesTypeConverter))]
public interface IGalleryImageProperties : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImagePropertiesTypeConverter))>]
type IGalleryImageProperties = interface
    interface IJsonSerializable
Public Interface IGalleryImageProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Architecture

The architecture of the image. Applicable to OS disks only.

Description

The description of this gallery image definition resource. This property is updatable.

DisallowedDiskType

A list of disk types.

EndOfLifeDate

The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable.

Eula

The Eula agreement for the gallery image definition.

Feature

A list of gallery image features.

HyperVGeneration

The hypervisor generation of the Virtual Machine. Applicable to OS disks only.

IdentifierOffer

The name of the gallery image definition offer.

IdentifierPublisher

The name of the gallery image definition publisher.

IdentifierSku

The name of the gallery image definition SKU.

MemoryMax

The maximum number of the resource.

MemoryMin

The minimum number of the resource.

OSState

This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.

OSType
PrivacyStatementUri

The privacy statement uri.

ProvisioningState

The provisioning state, which only appears in the response.

PurchasePlanName

The plan ID.

PurchasePlanProduct

The product ID.

PurchasePlanPublisher

The publisher ID.

ReleaseNoteUri

The release note uri.

VCpUsMax

The maximum number of the resource.

VCpUsMin

The minimum number of the resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to