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

SphereImageData 类

定义

表示 SphereImage 数据模型的类。 属于目录资源的图像资源。 序列化名称:映像

public class SphereImageData : Azure.ResourceManager.Models.ResourceData
type SphereImageData = class
    inherit ResourceData
Public Class SphereImageData
Inherits ResourceData
继承
SphereImageData

构造函数

SphereImageData()

初始化 SphereImageData 的新实例。

属性

ComponentId

映像组件 ID。序列化名称:Image.properties.componentId

Description

映像说明。 序列化名称:Image.properties.description

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Image

图像创建时作为 UTF-8 编码的 base 64 字符串的图像。 此字段包含图像读取时的图像 URI。 序列化名称:Image.properties.image

ImageId

映像 ID 序列化名称:Image.properties.imageId

ImageName

映像名称序列化名称:Image.properties.imageName

ImageType

图像类型。 序列化名称:Image.properties.imageType

Name

资源的名称。

(继承自 ResourceData)
ProvisioningState

最后一个操作的状态。 序列化名称:Image.properties.provisioningState

RegionalDataBoundary

映像的区域数据边界序列化名称:Image.properties.regionalData Boundary

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
Uri

定位映像序列化名称:Image.properties.uri

适用于