IProviders Interface

Definition

Entry point to providers management API.

public interface IProviders : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ResourceManager.Fluent.IProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IProvider>
type IProviders = interface
    interface ISupportsListing<IProvider>
    interface ISupportsGettingByName<IProvider>
Public Interface IProviders
Implements ISupportsGettingByName(Of IProvider), ISupportsListing(Of IProvider)
Implements

Methods

GetByName(String)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<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>)
Register(String)

Registers provider to be used with a subscription.

RegisterAsync(String, CancellationToken)

Registers provider to be used with a subscription.

Unregister(String)

Unregisters provider from a subscription.

UnregisterAsync(String, CancellationToken)

Unregisters provider from a subscription.

Applies to