/// <summary> /// Resumes operation of the specified Dedicated capacity instance. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='resourceGroupName'> /// The name of the Azure Resource group of which a given PowerBIDedicated /// capacity is part. This name must be at least 1 character in length, and no /// more than 90. /// </param> /// <param name='dedicatedCapacityName'> /// The name of the Dedicated capacity. It must be at least 3 characters in /// length, and no more than 63. /// </param> public static void Resume(this ICapacitiesOperations operations, string resourceGroupName, string dedicatedCapacityName) { operations.ResumeAsync(resourceGroupName, dedicatedCapacityName).GetAwaiter().GetResult(); }