Share via


PasswordCredential Constructors

Definition

Overloads

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

PasswordCredential()

public PasswordCredential ();
Public Sub New ()

Applies to

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

public PasswordCredential (DateTime? startDate = default, DateTime? endDate = default, string keyId = default, string value = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential : Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential
Public Sub New (Optional startDate As Nullable(Of DateTime) = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional keyId As String = Nothing, Optional value As String = Nothing)

Parameters

startDate
Nullable<DateTime>
endDate
Nullable<DateTime>
keyId
String
value
String

Applies to