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

Inheritance: System.Management.Automation.PSCmdlet
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
ConvertToUnsecureString string

Public Methods

Method Description
NewAzureVMSqlServerAutoBackupConfigCommand ( ) : Microsoft.Azure.Commands.Common.Authentication

Initialzies a new instance of the NewAzureVMSqlServerAutoBackupConfigCommand class.

Protected Methods

Method Description
GetStorageKey ( ) : string
ProcessRecord ( ) : void

Creates and returns AutoBackupSettings object.

Private Methods

Method Description
ConvertToUnsecureString ( SecureString securePassword ) : string

Method Details

GetStorageKey() protected method

protected GetStorageKey ( ) : string
return string

NewAzureVMSqlServerAutoBackupConfigCommand() public method

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

ProcessRecord() protected method

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