IServerOperations Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Operações serverOperations.
public interface IServerOperations
type IServerOperations = interface
Public Interface IServerOperations
Métodos
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtém uma lista de operações executadas no servidor. |
ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtém uma lista de operações executadas no servidor. |
Métodos de Extensão
ListByServer(IServerOperations, String, String) |
Obtém uma lista de operações executadas no servidor. |
ListByServerAsync(IServerOperations, String, String, CancellationToken) |
Obtém uma lista de operações executadas no servidor. |
ListByServerNext(IServerOperations, String) |
Obtém uma lista de operações executadas no servidor. |
ListByServerNextAsync(IServerOperations, String, CancellationToken) |
Obtém uma lista de operações executadas no servidor. |
Aplica-se a
Azure SDK for .NET