PSCredentialExecutionParameter 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.
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
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET