IVerifiedPartnersOperations 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.
VerifiedPartnersOperations operations.
public interface IVerifiedPartnersOperations
type IVerifiedPartnersOperations = interface
Public Interface IVerifiedPartnersOperations
Methods
GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get a verified partner. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List all verified partners. |
ListWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
List all verified partners. |
Extension Methods
Get(IVerifiedPartnersOperations, String) |
Get a verified partner. |
GetAsync(IVerifiedPartnersOperations, String, CancellationToken) |
Get a verified partner. |
List(IVerifiedPartnersOperations, String, Nullable<Int32>) |
List all verified partners. |
ListAsync(IVerifiedPartnersOperations, String, Nullable<Int32>, CancellationToken) |
List all verified partners. |
ListNext(IVerifiedPartnersOperations, String) |
List all verified partners. |
ListNextAsync(IVerifiedPartnersOperations, String, CancellationToken) |
List all verified partners. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET