ISubscriptions Interface

Definition

Entry point to subscription management API.

public interface ISubscriptions : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ResourceManager.Fluent.ISubscription>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.ISubscription>
type ISubscriptions = interface
    interface ISupportsListing<ISubscription>
    interface ISupportsGettingById<ISubscription>
Public Interface ISubscriptions
Implements ISupportsGettingById(Of ISubscription), ISupportsListing(Of ISubscription)
Implements

Methods

GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)

Applies to