Exemple #1
0
 public ContainerBase(ServiceClientModel.ProtectionContainerResource protectionContainer)
     : base(ConversionUtils.GetPsContainerType(((ServiceClientModel.ProtectionContainer)protectionContainer.Properties).ContainerType),
            ((ServiceClientModel.ProtectionContainer)protectionContainer.Properties).BackupManagementType)
 {
     Name = IdUtils.GetNameFromUri(protectionContainer.Name);
 }