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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET