/// <summary> /// Installs the updates on the data box edge/gateway device. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='deviceName'> /// The device name. /// </param> /// <param name='resourceGroupName'> /// The resource group name. /// </param> public static void BeginInstallUpdates(this IDevicesOperations operations, string deviceName, string resourceGroupName) { operations.BeginInstallUpdatesAsync(deviceName, resourceGroupName).GetAwaiter().GetResult(); }