PasswordCredentialsUpdateParameters 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
PasswordCredentialsUpdateParameters() | |
PasswordCredentialsUpdateParameters(IList<PasswordCredential>) |
PasswordCredentialsUpdateParameters()
public PasswordCredentialsUpdateParameters ();
Public Sub New ()
Applies to
PasswordCredentialsUpdateParameters(IList<PasswordCredential>)
public PasswordCredentialsUpdateParameters (System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PasswordCredential> value);
new Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PasswordCredentialsUpdateParameters : System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PasswordCredential> -> Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PasswordCredentialsUpdateParameters
Public Sub New (value As IList(Of PasswordCredential))
Parameters
- value
- IList<PasswordCredential>