IProviderOperations 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.
Operations for managing providers.
public interface IProviderOperations
type IProviderOperations = interface
Public Interface IProviderOperations
Methods
GetAsync(String, CancellationToken) |
Gets a resource provider. |
ListAsync(ProviderListParameters, CancellationToken) |
Gets a list of resource providers. |
ListNextAsync(String, CancellationToken) |
Get a list of deployments. |
RegisterAsync(String, CancellationToken) |
Registers provider to be used with a subscription. |
UnregisterAsync(String, CancellationToken) |
Unregisters provider from a subscription. |
Extension Methods
Get(IProviderOperations, String) |
Gets a resource provider. |
GetAsync(IProviderOperations, String) |
Gets a resource provider. |
List(IProviderOperations, ProviderListParameters) |
Gets a list of resource providers. |
ListAsync(IProviderOperations, ProviderListParameters) |
Gets a list of resource providers. |
ListNext(IProviderOperations, String) |
Get a list of deployments. |
ListNextAsync(IProviderOperations, String) |
Get a list of deployments. |
Register(IProviderOperations, String) |
Registers provider to be used with a subscription. |
RegisterAsync(IProviderOperations, String) |
Registers provider to be used with a subscription. |
Unregister(IProviderOperations, String) |
Unregisters provider from a subscription. |
UnregisterAsync(IProviderOperations, String) |
Unregisters provider from a subscription. |
Applies to
Azure SDK for .NET