次の方法で共有


TemplateSpecVersionInfo コンストラクター

定義

オーバーロード

TemplateSpecVersionInfo()

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

TemplateSpecVersionInfo(String, Nullable<DateTime>, Nullable<DateTime>)

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

TemplateSpecVersionInfo()

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

public TemplateSpecVersionInfo();
Public Sub New ()

適用対象

TemplateSpecVersionInfo(String, Nullable<DateTime>, Nullable<DateTime>)

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

public TemplateSpecVersionInfo(string description = default, DateTime? timeCreated = default, DateTime? timeModified = default);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersionInfo : string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersionInfo
Public Sub New (Optional description As String = Nothing, Optional timeCreated As Nullable(Of DateTime) = Nothing, Optional timeModified As Nullable(Of DateTime) = Nothing)

パラメーター

description
String

テンプレート スペックのバージョンの説明。

timeCreated
Nullable<DateTime>

バージョンが作成されたときのタイムスタンプ。

timeModified
Nullable<DateTime>

バージョンが最後に変更された日時のタイムスタンプ。

適用対象