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

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetByDefault void
GetById void
GetByName void
WriteProtectionContainer void
WriteProtectionContainers void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetByDefault ( ) : void

Queries all, by default.

GetById ( ) : void

Queries by ID.

GetByName ( ) : void

Queries by name.

WriteProtectionContainer ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionContainer protectionContainer ) : void

Write Protection Container.

WriteProtectionContainers ( IList protectionContainers ) : void

Writes Protection Containers.

Method Details

ExecuteCmdlet() public method

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