/// <summary> /// Retrieves the relationships from a digital twin. /// Status codes: /// 200 (OK): Success. /// 400 (Bad Request): The request is invalid. /// 404 (Not Found): There is no digital twin with the provided id. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='nextPageLink'> /// The NextLink from the previous successful call to List operation. /// </param> public static IPage <object> ListRelationshipsNext(this IDigitalTwinsOperations operations, string nextPageLink) { return(operations.ListRelationshipsNextAsync(nextPageLink).GetAwaiter().GetResult()); }