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

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

Private Properties

프로퍼티 타입 설명
ConvertToUnsecureString string

공개 메소드들

메소드 설명
NewAzureVMSqlServerKeyVaultCredentialConfigCommand ( ) : System.Management.Automation

Initialzies a new instance of the NewAzureVMSqlServerKeyVaultCredentialConfigCommand class.

보호된 메소드들

메소드 설명
ProcessRecord ( ) : void

Creates and returns KeyVaultCredentialSettings object.

비공개 메소드들

메소드 설명
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

메소드 상세

NewAzureVMSqlServerKeyVaultCredentialConfigCommand() 공개 메소드

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

ProcessRecord() 보호된 메소드

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