ProviderOperationsExtensions 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.
public static class ProviderOperationsExtensions
type ProviderOperationsExtensions = class
Public Module ProviderOperationsExtensions
- Inheritance
-
ProviderOperationsExtensions
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