Microsoft.Azure.Commands.RecoveryServices.GetAzureSiteRecoveryProtectionEntity.WriteProtectionEntity C# (CSharp) Method

WriteProtectionEntity() private method

Writes Protection Entity.
private WriteProtectionEntity ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionEntity pe ) : void
pe Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionEntity Protection Entity
return void
        private void WriteProtectionEntity(ProtectionEntity pe)
        {
            this.WriteObject(new ASRProtectionEntity(pe));
        }
    }