Property | Type | Description | |
---|---|---|---|
GetAll | void | ||
GetById | void | ||
GetByName | void | ||
WriteProtectionEntities | void | ||
WriteProtectionEntity | void |
Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void |
ProcessRecord of the command.
|
Method | Description | |
---|---|---|
GetAll ( ) : void |
Queries all.
|
|
GetById ( ) : void |
Queries by Id.
|
|
GetByName ( ) : void |
Queries by name.
|
|
WriteProtectionEntities ( IList |
Writes Protection Entities.
|
|
WriteProtectionEntity ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionEntity pe ) : void |
Writes Protection Entity.
|