Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase.ContainerBase C# (CSharp) Method

ContainerBase() public method

public ContainerBase ( Microsoft.Azure.Management.RecoveryServices.Backup.Models protectionContainer ) : System
protectionContainer Microsoft.Azure.Management.RecoveryServices.Backup.Models
return System
        public ContainerBase(ServiceClientModel.ProtectionContainerResource protectionContainer)
            : base(ConversionUtils.GetPsContainerType(((ServiceClientModel.ProtectionContainer)protectionContainer.Properties).ContainerType),
                   ((ServiceClientModel.ProtectionContainer)protectionContainer.Properties).BackupManagementType)
        {
            Name = IdUtils.GetNameFromUri(protectionContainer.Name);
        }
    }
ContainerBase