/// <summary> /// Update the license for the host /// </summary> /// <remarks> /// Client Credentials Flow required permissions: Administration or /// Administration.Write. /// /// Host only. Requires authentication. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static void UpdateLicenseOnline(this IHostLicenses operations) { operations.UpdateLicenseOnlineAsync().GetAwaiter().GetResult(); }