ISubscriptionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SubscriptionsOperations operations.
public interface ISubscriptionsOperations
type ISubscriptionsOperations = interface
Public Interface ISubscriptionsOperations
Methods
GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets details about a specified subscription. |
ListLocationsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets all available geo-locations. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets all subscriptions for a tenant. |
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Gets all subscriptions for a tenant. |
Extension Methods
GetAsync(ISubscriptionsOperations, String, CancellationToken) |
Gets details about a specified subscription. |
ListAsync(ISubscriptionsOperations, CancellationToken) |
Gets all subscriptions for a tenant. |
ListLocationsAsync(ISubscriptionsOperations, String, CancellationToken) |
Gets all available geo-locations. |
ListNextAsync(ISubscriptionsOperations, String, CancellationToken) |
Gets all subscriptions for a tenant. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET