ManagementGroupArtifactsExtensions クラス

定義

ArtifactsOperations の拡張メソッド。

public static class ManagementGroupArtifactsExtensions
type ManagementGroupArtifactsExtensions = class
Public Module ManagementGroupArtifactsExtensions
継承
ManagementGroupArtifactsExtensions

メソッド

CreateOrUpdateInManagementGroup(IArtifactsOperations, String, String, String, Artifact)

Blueprint 成果物を作成または更新します。

CreateOrUpdateInManagementGroupAsync(IArtifactsOperations, String, String, String, Artifact, CancellationToken)

Blueprint 成果物を作成または更新します。

DeleteInManagementGroup(IArtifactsOperations, String, String, String)

ブループリント 成果物を削除します。

DeleteInManagementGroupAsync(IArtifactsOperations, String, String, String, CancellationToken)

ブループリント 成果物を削除します。

GetInManagementGroup(IArtifactsOperations, String, String, String)

Blueprint 成果物を取得します。

GetInManagementGroupAsync(IArtifactsOperations, String, String, String, CancellationToken)

Blueprint 成果物を取得します。

ListInManagementGroup(IArtifactsOperations, String, String)

特定のブループリントの成果物を一覧表示します。

ListInManagementGroupAsync(IArtifactsOperations, String, String, CancellationToken)

特定のブループリントの成果物を一覧表示します。

適用対象