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

Inheritance: SiteRecoveryCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAll void
GetByFriendlyName void
GetByName void
WriteServicesProvider void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetAll ( ) : void

Queries all / by default.

GetByFriendlyName ( ) : void

Queries by friendly name.

GetByName ( ) : void

Queries by name.

WriteServicesProvider ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryServicesProvider provider ) : void

Write Powershell Recovery Services Provider.

Method Details

ExecuteSiteRecoveryCmdlet() public method

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