/// <summary> /// Delete the azure subscriptions for the app /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='azureSubscriptionId'> /// The unique ID (UUID) of the azure subscription /// </param> /// <param name='ownerName'> /// The name of the owner /// </param> /// <param name='appName'> /// The name of the application /// </param> public static void DeleteForApp(this IAzureSubscription operations, System.Guid azureSubscriptionId, string ownerName, string appName) { operations.DeleteForAppAsync(azureSubscriptionId, ownerName, appName).GetAwaiter().GetResult(); }