Share via


PSCredentialExecutionParameter Class

Definition

a powershell credential object

[Newtonsoft.Json.JsonObject("Credential")]
public class PSCredentialExecutionParameter : Microsoft.Azure.Management.Avs.Models.ScriptExecutionParameter
[<Newtonsoft.Json.JsonObject("Credential")>]
type PSCredentialExecutionParameter = class
    inherit ScriptExecutionParameter
Public Class PSCredentialExecutionParameter
Inherits ScriptExecutionParameter
Inheritance
PSCredentialExecutionParameter
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

PSCredentialExecutionParameter()

Initializes a new instance of the PSCredentialExecutionParameter class.

PSCredentialExecutionParameter(String, String, String)

Initializes a new instance of the PSCredentialExecutionParameter class.

Properties

Name

Gets or sets the parameter name

(Inherited from ScriptExecutionParameter)
Password

Gets or sets password for login

Username

Gets or sets username for login

Methods

Validate()

Validate the object.

Applies to