CredentialCreateOrUpdateParameters Class
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.
The parameters supplied to the create or update credential operation.
public class CredentialCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class CredentialCreateOrUpdateParameters
type CredentialCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CredentialCreateOrUpdateParameters = class
Public Class CredentialCreateOrUpdateParameters
- Inheritance
-
CredentialCreateOrUpdateParameters
- Attributes
Constructors
CredentialCreateOrUpdateParameters() |
Initializes a new instance of the CredentialCreateOrUpdateParameters class. |
CredentialCreateOrUpdateParameters(String, CredentialCreateOrUpdateProperties) | |
CredentialCreateOrUpdateParameters(String, String, String, String) |
Initializes a new instance of the CredentialCreateOrUpdateParameters class. |
Properties
Description |
Gets or sets the description of the credential. |
Name |
Gets or sets the name of the credential. |
Password |
Gets or sets the password of the credential. |
Properties | |
UserName |
Gets or sets the user name of the credential. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET