C# 클래스 Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerAutoBackupConfigCommand

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
ConvertToUnsecureString string

공개 메소드들

메소드 설명
NewAzureVMSqlServerAutoBackupConfigCommand ( ) : Microsoft.Azure.Commands.Common.Authentication

Initialzies a new instance of the NewAzureVMSqlServerAutoBackupConfigCommand class.

보호된 메소드들

메소드 설명
GetStorageKey ( ) : string
ProcessRecord ( ) : void

Creates and returns AutoBackupSettings object.

비공개 메소드들

메소드 설명
ConvertToUnsecureString ( SecureString securePassword ) : string

메소드 상세

GetStorageKey() 보호된 메소드

protected GetStorageKey ( ) : string
리턴 string

NewAzureVMSqlServerAutoBackupConfigCommand() 공개 메소드

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

ProcessRecord() 보호된 메소드

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