C# 클래스 Microsoft.Azure.Commands.RecoveryServices.GetAzureRmRecoveryServicesVaultSettingsFile

상속: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
GenerateFileName string
GenerateVaultCreds string
GenerateVaultCredsForBackup string
GetAgentLinks string
GetVaultSettingsFile void
GetXmlWriterSettings XmlWriterSettings
UploadCert Microsoft.Azure.Portal.RecoveryServices.Models.Common.AcsNamespace

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

GetAzureRMRecoveryServicesVaultBackupCredentials ( ) : void

Get vault credentials for backup vault type.

비공개 메소드들

메소드 설명
GenerateFileName ( ) : string

Method to generate the file name

GenerateVaultCreds ( X509Certificate2 cert, string subscriptionId, AcsNamespace acsNamespace ) : string

Generates vault creds file

GenerateVaultCredsForBackup ( X509Certificate2 cert, string subscriptionId, AcsNamespace acsNamespace ) : string

Generates vault creds file content for backup Vault

GetAgentLinks ( ) : string

Get Agent Links

GetVaultSettingsFile ( ) : void

Method to execute the command

GetXmlWriterSettings ( ) : XmlWriterSettings

A set of XmlWriterSettings to use for the publishing profile

UploadCert ( X509Certificate2 cert ) : AcsNamespace

Upload certificate

메소드 상세

ExecuteCmdlet() 공개 메소드

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
리턴 void

GetAzureRMRecoveryServicesVaultBackupCredentials() 공개 메소드

Get vault credentials for backup vault type.
public GetAzureRMRecoveryServicesVaultBackupCredentials ( ) : void
리턴 void