IPsCredentialExecutionParameter Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PsCredentialExecutionParameterTypeConverter))]
public interface IPsCredentialExecutionParameter : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IScriptExecutionParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PsCredentialExecutionParameterTypeConverter))>]
type IPsCredentialExecutionParameter = interface
interface IJsonSerializable
interface IScriptExecutionParameter
Public Interface IPsCredentialExecutionParameter
Implements IScriptExecutionParameter
- Derived
- Attributes
- Implements
Properties
Name |
The parameter name (Inherited from IScriptExecutionParameter) |
Password |
password for login |
Type |
script execution parameter type (Inherited from IScriptExecutionParameter) |
Username |
username for login |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |