IEntitiesOperations 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.
EntitiesOperations operations.
public interface IEntitiesOperations
type IEntitiesOperations = interface
Public Interface IEntitiesOperations
Methods
ListNextWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List all entities (Management Groups, Subscriptions, etc.) for the authenticated user. |
ListWithHttpMessagesAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, String, String, String, String, Dictionary<String, List<String>>, CancellationToken) |
List all entities (Management Groups, Subscriptions, etc.) for the authenticated user. |
Extension Methods
List(IEntitiesOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, String, String, String, String) |
List all entities (Management Groups, Subscriptions, etc.) for the authenticated user. |
ListAsync(IEntitiesOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, String, String, String, String, CancellationToken) |
List all entities (Management Groups, Subscriptions, etc.) for the authenticated user. |
ListNext(IEntitiesOperations, String, String) |
List all entities (Management Groups, Subscriptions, etc.) for the authenticated user. |
ListNextAsync(IEntitiesOperations, String, String, CancellationToken) |
List all entities (Management Groups, Subscriptions, etc.) for the authenticated user. |
Applies to
Azure SDK for .NET