다음을 통해 공유


IUsagesOperations Interface

Definition

UsagesOperations operations.

public interface IUsagesOperations
type IUsagesOperations = interface
Public Interface IUsagesOperations

Methods

ListByLocationNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of usages.

ListByLocationWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of usages.

Extension Methods

ListByLocation(IUsagesOperations, String, String)

Gets the list of usages.

ListByLocationAsync(IUsagesOperations, String, String, CancellationToken)

Gets the list of usages.

ListByLocationNext(IUsagesOperations, String)

Gets the list of usages.

ListByLocationNextAsync(IUsagesOperations, String, CancellationToken)

Gets the list of usages.

Applies to