Beispiel #1
0
 /// <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>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteForAppAsync(this IAzureSubscription operations, System.Guid azureSubscriptionId, string ownerName, string appName, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteForAppWithHttpMessagesAsync(azureSubscriptionId, ownerName, appName, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }