次の方法で共有


BaseModel コンストラクター

定義

オーバーロード

BaseModel()

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

BaseModel(String, String, String, Nullable<Kind>)

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

BaseModel()

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

public BaseModel ();
Public Sub New ()

適用対象

BaseModel(String, String, String, Nullable<Kind>)

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

public BaseModel (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel : string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> -> Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing)

パラメーター

id
String

オブジェクトを一意に識別するパス ID。

name
String

オブジェクトの名前。

type
String

オブジェクトの階層型。

kind
Nullable<Kind>

オブジェクトの種類。 現在、サポートされているのは Series8000 のみです。 使用可能な値は次のとおりです: 'Series8000'

適用対象