IProviderOperationsMetadataOperations 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.
ProviderOperationsMetadataOperations operations.
public interface IProviderOperationsMetadataOperations
type IProviderOperationsMetadataOperations = interface
Public Interface IProviderOperationsMetadataOperations
Methods
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets provider operations metadata for the specified resource provider. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets provider operations metadata for all resource providers. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets provider operations metadata for all resource providers. |
Extension Methods
GetAsync(IProviderOperationsMetadataOperations, String, String, CancellationToken) |
Gets provider operations metadata for the specified resource provider. |
ListAsync(IProviderOperationsMetadataOperations, String, CancellationToken) |
Gets provider operations metadata for all resource providers. |
ListNextAsync(IProviderOperationsMetadataOperations, String, CancellationToken) |
Gets provider operations metadata for all resource providers. |
Applies to
Azure SDK for .NET