C# Class Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerKeyVaultCredentialConfigCommand

Inheritance: System.Management.Automation.PSCmdlet
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
ConvertToUnsecureString string

Public Methods

Method Description
NewAzureVMSqlServerKeyVaultCredentialConfigCommand ( ) : System.Management.Automation

Initialzies a new instance of the NewAzureVMSqlServerKeyVaultCredentialConfigCommand class.

Protected Methods

Method Description
ProcessRecord ( ) : void

Creates and returns KeyVaultCredentialSettings object.

Private Methods

Method Description
ConvertToUnsecureString ( SecureString securePassword ) : string

convert secure string to regular string $Issue - for ARM cmdlets, check if there is a similair helper class library like Microsoft.WindowsAzure.Commands.ServiceManagement.Helpers

Method Details

NewAzureVMSqlServerKeyVaultCredentialConfigCommand() public method

Initialzies a new instance of the NewAzureVMSqlServerKeyVaultCredentialConfigCommand class.
public NewAzureVMSqlServerKeyVaultCredentialConfigCommand ( ) : System.Management.Automation
return System.Management.Automation

ProcessRecord() protected method

Creates and returns KeyVaultCredentialSettings object.
protected ProcessRecord ( ) : void
return void