Compartilhar via


IServerAdvisorsOperations Interface

Definição

Operações serverAdvisorsOperations.

public interface IServerAdvisorsOperations
type IServerAdvisorsOperations = interface
Public Interface IServerAdvisorsOperations

Métodos

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

Obtém um assistente de servidor.

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

Obtém uma lista de assistentes de servidor.

UpdateWithHttpMessagesAsync(String, String, String, Advisor, Dictionary<String,List<String>>, CancellationToken)

Atualizações um assistente de servidor.

Métodos de Extensão

Get(IServerAdvisorsOperations, String, String, String)

Obtém um assistente de servidor.

GetAsync(IServerAdvisorsOperations, String, String, String, CancellationToken)

Obtém um assistente de servidor.

ListByServer(IServerAdvisorsOperations, String, String, String)

Obtém uma lista de assistentes de servidor.

ListByServerAsync(IServerAdvisorsOperations, String, String, String, CancellationToken)

Obtém uma lista de assistentes de servidor.

Update(IServerAdvisorsOperations, String, String, String, Advisor)

Atualizações um assistente de servidor.

UpdateAsync(IServerAdvisorsOperations, String, String, String, Advisor, CancellationToken)

Atualizações um assistente de servidor.

Aplica-se a