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

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
NewAzureVMSqlServerAutoBackupConfigCommand ( ) : Microsoft.Azure.Commands.Common.Authentication

Initialzies a new instance of the NewAzureVMSqlServerAutoBackupConfigCommand class.

Méthodes protégées

Méthode Description
GetStorageKey ( ) : string
ProcessRecord ( ) : void

Creates and returns AutoBackupSettings object.

Private Methods

Méthode Description
ConvertToUnsecureString ( SecureString securePassword ) : string

Method Details

GetStorageKey() protected méthode

protected GetStorageKey ( ) : string
Résultat string

NewAzureVMSqlServerAutoBackupConfigCommand() public méthode

Initialzies a new instance of the NewAzureVMSqlServerAutoBackupConfigCommand class.
public NewAzureVMSqlServerAutoBackupConfigCommand ( ) : Microsoft.Azure.Commands.Common.Authentication
Résultat Microsoft.Azure.Commands.Common.Authentication

ProcessRecord() protected méthode

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