IPublishedBlueprintsOperations インターフェイス

定義

PublishedBlueprintsOperations 操作。

public interface IPublishedBlueprintsOperations
type IPublishedBlueprintsOperations = interface
Public Interface IPublishedBlueprintsOperations

メソッド

CreateWithHttpMessagesAsync(String, String, String, PublishedBlueprint, Dictionary<String,List<String>>, CancellationToken)

最新の成果物を使用して、ブループリント定義の新しいバージョンを発行します。 発行されたブループリント定義は変更できません。

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

ブループリント定義の発行済みバージョンを削除します。

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

ブループリント定義の発行済みバージョンを取得します。

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

特定のブループリント定義の発行済みバージョンを一覧表示します。

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

特定のブループリント定義の発行済みバージョンを一覧表示します。

拡張メソッド

CreateInManagementGroup(IPublishedBlueprintsOperations, String, String, String)

最新の成果物を含むブループリントの新しいバージョンを発行します。 発行されたブループリントは変更できません。

CreateInManagementGroupAsync(IPublishedBlueprintsOperations, String, String, String, PublishedBlueprint, CancellationToken)

最新の成果物を含むブループリントの新しいバージョンを発行します。 発行されたブループリントは変更できません。

DeleteInManagementGroup(IPublishedBlueprintsOperations, String, String, String)

発行されたブループリントを削除します。

DeleteInManagementGroupAsync(IPublishedBlueprintsOperations, String, String, String, CancellationToken)

発行されたブループリントを削除します。

GetInManagementGroup(IPublishedBlueprintsOperations, String, String, String)

発行されたブループリントを取得します。

GetInManagementGroupAsync(IPublishedBlueprintsOperations, String, String, String, CancellationToken)

発行されたブループリントを取得します。

ListInManagementGroup(IPublishedBlueprintsOperations, String, String)

特定のブループリントの発行済みバージョンを一覧表示します。

ListInManagementGroupAsync(IPublishedBlueprintsOperations, String, String, CancellationToken)

特定のブループリントの発行済みバージョンを一覧表示します。

Create(IPublishedBlueprintsOperations, String, String, String, PublishedBlueprint)

最新の成果物を使用して、ブループリント定義の新しいバージョンを発行します。 発行されたブループリント定義は変更できません。

CreateAsync(IPublishedBlueprintsOperations, String, String, String, PublishedBlueprint, CancellationToken)

最新の成果物を使用して、ブループリント定義の新しいバージョンを発行します。 発行されたブループリント定義は変更できません。

Delete(IPublishedBlueprintsOperations, String, String, String)

ブループリント定義の発行済みバージョンを削除します。

DeleteAsync(IPublishedBlueprintsOperations, String, String, String, CancellationToken)

ブループリント定義の発行済みバージョンを削除します。

Get(IPublishedBlueprintsOperations, String, String, String)

ブループリント定義の発行済みバージョンを取得します。

GetAsync(IPublishedBlueprintsOperations, String, String, String, CancellationToken)

ブループリント定義の発行済みバージョンを取得します。

List(IPublishedBlueprintsOperations, String, String)

特定のブループリント定義の発行済みバージョンを一覧表示します。

ListAsync(IPublishedBlueprintsOperations, String, String, CancellationToken)

特定のブループリント定義の発行済みバージョンを一覧表示します。

ListNext(IPublishedBlueprintsOperations, String)

特定のブループリント定義の発行済みバージョンを一覧表示します。

ListNextAsync(IPublishedBlueprintsOperations, String, CancellationToken)

特定のブループリント定義の発行済みバージョンを一覧表示します。

CreateInSubscription(IPublishedBlueprintsOperations, String, String, String)

最新の成果物を含むブループリントの新しいバージョンを発行します。 発行されたブループリントは変更できません。

CreateInSubscriptionAsync(IPublishedBlueprintsOperations, String, String, String, PublishedBlueprint, CancellationToken)

最新の成果物を含むブループリントの新しいバージョンを発行します。 発行されたブループリントは変更できません。

DeleteInSubscription(IPublishedBlueprintsOperations, String, String, String)

発行されたブループリントを削除します。

DeleteInSubscriptionAsync(IPublishedBlueprintsOperations, String, String, String, CancellationToken)

発行されたブループリントを削除します。

GetInSubscription(IPublishedBlueprintsOperations, String, String, String)

発行されたブループリントを取得します。

GetInSubscriptionAsync(IPublishedBlueprintsOperations, String, String, String, CancellationToken)

発行されたブループリントを取得します。

ListInSubscription(IPublishedBlueprintsOperations, String, String)

特定のブループリントの発行済みバージョンを一覧表示します。

ListInSubscriptionAsync(IPublishedBlueprintsOperations, String, String, CancellationToken)

特定のブループリントの発行済みバージョンを一覧表示します。

適用対象