C# Class Microsoft.Azure.Commands.RecoveryServices.GetAzureRmRecoveryServicesVaultSettingsFile

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Private Properties

Property Type Description
GenerateFileName string
GenerateVaultCreds string
GenerateVaultCredsForBackup string
GetAgentLinks string
GetVaultSettingsFile void
GetXmlWriterSettings XmlWriterSettings
UploadCert Microsoft.Azure.Portal.RecoveryServices.Models.Common.AcsNamespace

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

GetAzureRMRecoveryServicesVaultBackupCredentials ( ) : void

Get vault credentials for backup vault type.

Private Methods

Method Description
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

Method Details

ExecuteCmdlet() public method

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
return void

GetAzureRMRecoveryServicesVaultBackupCredentials() public method

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