共用方式為


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 上尋找任何資源的字串識別碼。

(繼承來源 AzureResourceBase)
Layout

取得或設定 UI 參考之藍圖定義的版面配置檢視。

Name

取得此資源的名稱。

(繼承來源 AzureResourceBase)
Parameters

取得或設定此藍圖定義所需的參數。

ResourceGroups

取得或設定此藍圖定義所定義的資源群組預留位置。

Status

取得藍圖的狀態。 此欄位為唯讀欄位。

TargetScope

取得或設定可指派此藍圖定義的範圍。 可能的值包括:'subscription'、'managementGroup'

Type

取得此資源的型別。

(繼承來源 AzureResourceBase)
Versions

取得或設定這個藍圖定義的已發佈版本。

方法

Validate()

驗證 物件。

適用於