次の方法で共有


BlueprintResourceStatusBase コンストラクター

定義

オーバーロード

BlueprintResourceStatusBase()

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

BlueprintResourceStatusBase(Nullable<DateTime>, Nullable<DateTime>)

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

BlueprintResourceStatusBase()

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

public BlueprintResourceStatusBase ();
Public Sub New ()

適用対象

BlueprintResourceStatusBase(Nullable<DateTime>, Nullable<DateTime>)

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

public BlueprintResourceStatusBase (DateTime? timeCreated = default, DateTime? lastModified = default);
new Microsoft.Azure.Management.Blueprint.Models.BlueprintResourceStatusBase : Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Blueprint.Models.BlueprintResourceStatusBase
Public Sub New (Optional timeCreated As Nullable(Of DateTime) = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing)

パラメーター

timeCreated
Nullable<DateTime>

このブループリント定義の作成時間。

lastModified
Nullable<DateTime>

このブループリント定義の最終変更時刻。

適用対象