ConversionHelpers.GetContainerModelList(IEnumerable<ProtectionContainerResource>) Method

Definition

public static System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase> GetContainerModelList (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource> protectionContainers);
static member GetContainerModelList : seq<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource> -> System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase>
Public Shared Function GetContainerModelList (protectionContainers As IEnumerable(Of ProtectionContainerResource)) As List(Of ContainerBase)

Parameters

Returns

List<ContainerBase>

Applies to