/// <summary> /// Returns all physical children for provided VirtualAssetID /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='client'> /// The name of the client account. /// </param> /// <param name='virtualAssetId'> /// Guid of the virtualAsset you want the children of /// </param> public static IList <string> GetAllPhysicalChildrenAssetIdsOfVirtualAsset(this IAssets operations, string client, string virtualAssetId) { return(operations.GetAllPhysicalChildrenAssetIdsOfVirtualAssetAsync(client, virtualAssetId).GetAwaiter().GetResult()); }