次の方法で共有


AccessControlRecord コンストラクター

定義

オーバーロード

AccessControlRecord()

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

AccessControlRecord(String, String, String, String, Nullable<Kind>, Nullable<Int32>)

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

AccessControlRecord()

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

public AccessControlRecord ();
Public Sub New ()

適用対象

AccessControlRecord(String, String, String, String, Nullable<Kind>, Nullable<Int32>)

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

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

パラメーター

initiatorName
String

iSCSI イニシエーター名 (IQN)。

id
String

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

name
String

オブジェクトの名前。

type
String

オブジェクトの階層型。

kind
Nullable<Kind>

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

volumeCount
Nullable<Int32>

アクセス制御レコードを使用するボリュームの数。

適用対象