PasswordCredential Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- keyId
- String
- value
- String