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

Inheritance: System.Management.Automation.PSCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
ConvertToUnsecureString string

Méthodes publiques

Méthode Description
NewAzureVMSqlServerKeyVaultCredentialConfigCommand ( ) : System.Management.Automation

Initialzies a new instance of the NewAzureVMSqlServerKeyVaultCredentialConfigCommand class.

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void

Creates and returns KeyVaultCredentialSettings object.

Private Methods

Méthode 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 méthode

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

ProcessRecord() protected méthode

Creates and returns KeyVaultCredentialSettings object.
protected ProcessRecord ( ) : void
Résultat void