CredentialCreateOrUpdateParameters Class

Definition

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