次の方法で共有


PasswordCredential コンストラクター

定義

オーバーロード

PasswordCredential()

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

PasswordCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, Byte[])

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

PasswordCredential()

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

public PasswordCredential ();
Public Sub New ()

適用対象

PasswordCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, Byte[])

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

public PasswordCredential (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? startDate = default, DateTime? endDate = default, string keyId = default, string value = default, byte[] customKeyIdentifier = default);
new Microsoft.Azure.Graph.RBAC.Models.PasswordCredential : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * Nullable<DateTime> * string * string * byte[] -> Microsoft.Azure.Graph.RBAC.Models.PasswordCredential
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional startDate As Nullable(Of DateTime) = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional keyId As String = Nothing, Optional value As String = Nothing, Optional customKeyIdentifier As Byte() = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

startDate
Nullable<DateTime>

開始日。

endDate
Nullable<DateTime>

終了日。

keyId
String

キー ID。

value
String

キー値。

customKeyIdentifier
Byte[]

カスタム キー識別子

適用対象