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

GalleryPatch 类

定义

指定要更新的共享映像库的相关信息。

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

构造函数

GalleryPatch()

初始化 GalleryPatch 的新实例。

属性

Description

此共享映像库资源的说明。 此属性可更新。

Id

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

(继承自 ResourceData)
IdentifierUniqueName

共享映像库的唯一名称。 此名称由 Azure 自动生成。

IsSoftDeleteEnabled

为此库中的资源启用软删除,允许在保留期内恢复这些资源。

Name

资源的名称。

(继承自 ResourceData)
ProvisioningState

预配状态,仅显示在响应中。

ResourceType

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

(继承自 ResourceData)
SharingProfile

用于与订阅或租户共享库的配置文件。

SharingStatus

当前库的共享状态。

SystemData

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

(继承自 ResourceData)
Tags

资源标记。

适用于