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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET