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

BlueprintModel 类

定义

表示蓝图定义。

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

构造函数

BlueprintModel()

初始化 BlueprintModel 类的新实例。

BlueprintModel(String, String, String, String, String, BlueprintStatus, String, IDictionary<String,ParameterDefinition>, IDictionary<String, ResourceGroupDefinition>, Object, Object)

初始化 BlueprintModel 类的新实例。

属性

Description

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

DisplayName

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

Id

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

(继承自 AzureResourceBase)
Layout

获取或设置供 UI 引用的蓝图定义的布局视图。

Name

获取此资源的名称。

(继承自 AzureResourceBase)
Parameters

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

ResourceGroups

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

Status

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

TargetScope

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

Type

获取此资源的类型。

(继承自 AzureResourceBase)
Versions

获取或设置此蓝图定义的已发布版本。

方法

Validate()

验证 对象。

适用于