次の方法で共有


BlueprintStatus クラス

定義

ブループリントの状態。 このフィールドは読み取り時のみです。

public class BlueprintStatus : Microsoft.Azure.Management.Blueprint.Models.BlueprintResourceStatusBase
type BlueprintStatus = class
    inherit BlueprintResourceStatusBase
Public Class BlueprintStatus
Inherits BlueprintResourceStatusBase
継承

コンストラクター

BlueprintStatus()

BlueprintStatus クラスの新しいインスタンスを初期化します。

BlueprintStatus(Nullable<DateTime>, Nullable<DateTime>)

BlueprintStatus クラスの新しいインスタンスを初期化します。

プロパティ

LastModified

このブループリント定義の最終変更時刻を取得します。

(継承元 BlueprintResourceStatusBase)
TimeCreated

このブループリント定義の作成時間を取得します。

(継承元 BlueprintResourceStatusBase)

適用対象