ProvidersOperationsExtensions Class
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.
Extension methods for ProvidersOperations.
In this article
public static class ProvidersOperationsExtensions
type ProvidersOperationsExtensions = class
Public Module ProvidersOperationsExtensions
Inheritance
System.Object
ProvidersOperationsExtensions
Methods
Get(IProvidersOperations, String, String)
Gets the specified resource provider.
GetAsync(IProvidersOperations, String, String, CancellationToken)
Gets the specified resource provider.
List(IProvidersOperations, Nullable<Int32>, String)
Gets all resource providers for a subscription.
ListAsync(IProvidersOperations, Nullable<Int32>, String, CancellationToken)
Gets all resource providers for a subscription.
ListNext(IProvidersOperations, String)
Gets all resource providers for a subscription.
ListNextAsync(IProvidersOperations, String, CancellationToken)
Gets all resource providers for a subscription.
Register(IProvidersOperations, String)
Registers a subscription with a resource provider.
RegisterAsync(IProvidersOperations, String, CancellationToken)
Registers a subscription with a resource provider.
Unregister(IProvidersOperations, String)
Unregisters a subscription from a resource provider.
UnregisterAsync(IProvidersOperations, String, CancellationToken)
Unregisters a subscription from a resource provider.
Applies to