次の方法で共有


ArtifactStores interface

ArtifactStores を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, ArtifactStore, ArtifactStoresCreateOrUpdateOptionalParams)

成果物ストアを作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, ArtifactStore, ArtifactStoresCreateOrUpdateOptionalParams)

成果物ストアを作成または更新します。

beginDelete(string, string, string, ArtifactStoresDeleteOptionalParams)

指定した成果物ストアを削除します。

beginDeleteAndWait(string, string, string, ArtifactStoresDeleteOptionalParams)

指定した成果物ストアを削除します。

get(string, string, string, ArtifactStoresGetOptionalParams)

指定した成果物ストアに関する情報を取得します。

listByPublisher(string, string, ArtifactStoresListByPublisherOptionalParams)

発行元の ArtifactStores の情報を取得します。

update(string, string, string, TagsObject, ArtifactStoresUpdateOptionalParams)

成果物ストア リソースを更新します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, ArtifactStore, ArtifactStoresCreateOrUpdateOptionalParams)

成果物ストアを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: ArtifactStore, options?: ArtifactStoresCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactStore>, ArtifactStore>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

artifactStoreName

string

成果物ストアの名前。

parameters
ArtifactStore

アプリケーション グループの作成または更新操作に指定されたパラメーター。

options
ArtifactStoresCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ArtifactStore>, ArtifactStore>>

beginCreateOrUpdateAndWait(string, string, string, ArtifactStore, ArtifactStoresCreateOrUpdateOptionalParams)

成果物ストアを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: ArtifactStore, options?: ArtifactStoresCreateOrUpdateOptionalParams): Promise<ArtifactStore>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

artifactStoreName

string

成果物ストアの名前。

parameters
ArtifactStore

アプリケーション グループの作成または更新操作に指定されたパラメーター。

options
ArtifactStoresCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<ArtifactStore>

beginDelete(string, string, string, ArtifactStoresDeleteOptionalParams)

指定した成果物ストアを削除します。

function beginDelete(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactStoresDeleteHeaders>, ArtifactStoresDeleteHeaders>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

artifactStoreName

string

成果物ストアの名前。

options
ArtifactStoresDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ArtifactStoresDeleteHeaders>, ArtifactStoresDeleteHeaders>>

beginDeleteAndWait(string, string, string, ArtifactStoresDeleteOptionalParams)

指定した成果物ストアを削除します。

function beginDeleteAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresDeleteOptionalParams): Promise<ArtifactStoresDeleteHeaders>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

artifactStoreName

string

成果物ストアの名前。

options
ArtifactStoresDeleteOptionalParams

options パラメーター。

戻り値

get(string, string, string, ArtifactStoresGetOptionalParams)

指定した成果物ストアに関する情報を取得します。

function get(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresGetOptionalParams): Promise<ArtifactStore>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

artifactStoreName

string

成果物ストアの名前。

options
ArtifactStoresGetOptionalParams

options パラメーター。

戻り値

Promise<ArtifactStore>

listByPublisher(string, string, ArtifactStoresListByPublisherOptionalParams)

発行元の ArtifactStores の情報を取得します。

function listByPublisher(resourceGroupName: string, publisherName: string, options?: ArtifactStoresListByPublisherOptionalParams): PagedAsyncIterableIterator<ArtifactStore, ArtifactStore[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

options
ArtifactStoresListByPublisherOptionalParams

options パラメーター。

戻り値

update(string, string, string, TagsObject, ArtifactStoresUpdateOptionalParams)

成果物ストア リソースを更新します。

function update(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: TagsObject, options?: ArtifactStoresUpdateOptionalParams): Promise<ArtifactStore>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

artifactStoreName

string

成果物ストアの名前。

parameters
TagsObject

アプリケーション グループの作成または更新操作に指定されたパラメーター。

options
ArtifactStoresUpdateOptionalParams

options パラメーター。

戻り値

Promise<ArtifactStore>