IBlueprintsOperations Интерфейс

Определение

Операции BlueprintsOperations.

public interface IBlueprintsOperations
type IBlueprintsOperations = interface
Public Interface IBlueprintsOperations

Методы

CreateOrUpdateWithHttpMessagesAsync(String, String, BlueprintModel, Dictionary<String,List<String>>, CancellationToken)

Создание или обновление определения схемы.

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

Удаление определения схемы.

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

Получение определения схемы.

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

Вывод списка определений схем.

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

Вывод списка определений схем.

Методы расширения

CreateOrUpdate(IBlueprintsOperations, String, String, BlueprintModel)

Создание или обновление определения схемы.

CreateOrUpdateAsync(IBlueprintsOperations, String, String, BlueprintModel, CancellationToken)

Создание или обновление определения схемы.

Delete(IBlueprintsOperations, String, String)

Удаление определения схемы.

DeleteAsync(IBlueprintsOperations, String, String, CancellationToken)

Удаление определения схемы.

Get(IBlueprintsOperations, String, String)

Получение определения схемы.

GetAsync(IBlueprintsOperations, String, String, CancellationToken)

Получение определения схемы.

List(IBlueprintsOperations, String)

Вывод списка определений схем.

ListAsync(IBlueprintsOperations, String, CancellationToken)

Вывод списка определений схем.

ListNext(IBlueprintsOperations, String)

Вывод списка определений схем.

ListNextAsync(IBlueprintsOperations, String, CancellationToken)

Вывод списка определений схем.

CreateOrUpdateInManagementGroup(IBlueprintsOperations, String, String, BlueprintModel)

Создание или обновление определения схемы.

CreateOrUpdateInManagementGroupAsync(IBlueprintsOperations, String, String, BlueprintModel, CancellationToken)

Создание или обновление определения схемы.

DeleteInManagementGroup(IBlueprintsOperations, String, String)

Удаление определения схемы.

DeleteInManagementGroupAsync(IBlueprintsOperations, String, String, CancellationToken)

Удаление определения схемы.

GetInManagementGroup(IBlueprintsOperations, String, String)

Получение определения схемы.

GetInManagementGroupAsync(IBlueprintsOperations, String, String, CancellationToken)

Получение определения схемы.

ListInManagementGroup(IBlueprintsOperations, String)

Создание или обновление определения схемы.

ListInManagementGroupAsync(IBlueprintsOperations, String, CancellationToken)

Создание или обновление определения схемы.

CreateOrUpdateInSubscription(IBlueprintsOperations, String, String, BlueprintModel)

Создание или обновление определения схемы.

CreateOrUpdateInSubscriptionAsync(IBlueprintsOperations, String, String, BlueprintModel, CancellationToken)

Создание или обновление определения схемы.

DeleteInSubscription(IBlueprintsOperations, String, String)

Удаление определения схемы.

DeleteInSubscriptionAsync(IBlueprintsOperations, String, String, CancellationToken)

Удаление определения схемы.

GetInSubscription(IBlueprintsOperations, String, String)

Получение определения схемы.

GetInSubscriptionAsync(IBlueprintsOperations, String, String, CancellationToken)

Получение определения схемы.

ListInSubscription(IBlueprintsOperations, String)

Создание или обновление определения схемы.

ListInSubscriptionAsync(IBlueprintsOperations, String, CancellationToken)

Создание или обновление определения схемы.

Применяется к