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

PublishedBlueprint 类

定义

表示已发布的蓝图。

[Microsoft.Rest.Serialization.JsonTransformation]
public class PublishedBlueprint : Microsoft.Azure.Management.Blueprint.Models.AzureResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PublishedBlueprint = class
    inherit AzureResourceBase
Public Class PublishedBlueprint
Inherits AzureResourceBase
继承
PublishedBlueprint
属性

构造函数

PublishedBlueprint()

初始化 PublishedBlueprint 类的新实例。

PublishedBlueprint(String, String, String, String, String, BlueprintStatus, String, IDictionary<String,ParameterDefinition>, IDictionary<String, ResourceGroupDefinition>, String, String)

初始化 PublishedBlueprint 类的新实例。

属性

BlueprintName

获取或设置已发布蓝图定义的名称。

ChangeNotes

获取或设置特定于版本的更改说明。

Description

获取或设置多行说明此资源。

DisplayName

获取或设置解释此资源的单行字符串。

Id

获取用于在 Azure 上查找任何资源的字符串 ID。

(继承自 AzureResourceBase)
Name

获取此资源的名称。

(继承自 AzureResourceBase)
Parameters

获取或设置此蓝图定义所需的参数。

ResourceGroups

获取或设置此蓝图定义定义的资源组占位符。

Status

获取蓝图的状态。 此字段为只读字段。

TargetScope

获取或设置可分配此蓝图定义的范围。 可能的值包括:“subscription”、“managementGroup”

Type

获取此资源的类型。

(继承自 AzureResourceBase)

方法

Validate()

验证 对象。

适用于