Sdílet prostřednictvím


IManagementGroupSubscriptionsOperations Interface

Definition

ManagementGroupSubscriptionsOperations operations.

public interface IManagementGroupSubscriptionsOperations
type IManagementGroupSubscriptionsOperations = interface
Public Interface IManagementGroupSubscriptionsOperations

Methods

CreateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Associates existing subscription with the management group.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

De-associates subscription from the management group.

GetSubscriptionsUnderManagementGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves details about all subscriptions which are associated with the management group.

GetSubscriptionsUnderManagementGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves details about all subscriptions which are associated with the management group.

GetSubscriptionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves details about given subscription which is associated with the management group.

Extension Methods

Create(IManagementGroupSubscriptionsOperations, String, String, String)

Associates existing subscription with the management group.

CreateAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

Associates existing subscription with the management group.

Delete(IManagementGroupSubscriptionsOperations, String, String, String)

De-associates subscription from the management group.

DeleteAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

De-associates subscription from the management group.

GetSubscription(IManagementGroupSubscriptionsOperations, String, String, String)

Retrieves details about given subscription which is associated with the management group.

GetSubscriptionAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

Retrieves details about given subscription which is associated with the management group.

GetSubscriptionsUnderManagementGroup(IManagementGroupSubscriptionsOperations, String, String)

Retrieves details about all subscriptions which are associated with the management group.

GetSubscriptionsUnderManagementGroupAsync(IManagementGroupSubscriptionsOperations, String, String, CancellationToken)

Retrieves details about all subscriptions which are associated with the management group.

GetSubscriptionsUnderManagementGroupNext(IManagementGroupSubscriptionsOperations, String)

Retrieves details about all subscriptions which are associated with the management group.

GetSubscriptionsUnderManagementGroupNextAsync(IManagementGroupSubscriptionsOperations, String, CancellationToken)

Retrieves details about all subscriptions which are associated with the management group.

Applies to