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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.