C# Class Microsoft.Azure.Commands.SiteRecovery.GetAzureSiteRecoveryVaultSettingsFile

Inheritance: SiteRecoveryCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
GenerateFileName string
GetVaultSettingsFile void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GenerateFileName ( ) : string

Method to generate the file name

GetVaultSettingsFile ( ) : void

Method to execute the command

Method Details

ExecuteSiteRecoveryCmdlet() public method

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