IBlueprintsOperations Interface
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Operações blueprintsOperations.
public interface IBlueprintsOperations
type IBlueprintsOperations = interface
Public Interface IBlueprintsOperations
Métodos
CreateOrUpdateWithHttpMessagesAsync(String, String, BlueprintModel, Dictionary<String,List<String>>, CancellationToken) |
Criar ou atualizar uma definição de esquema. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Eliminar uma definição de esquema. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Obter uma definição de esquema. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Listar definições de esquema. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Listar definições de esquema. |
Métodos da Extensão
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET