ArtifactStores interface
ArtifactStores を表すインターフェイス。
メソッド
begin |
成果物ストアを作成または更新します。 |
begin |
成果物ストアを作成または更新します。 |
begin |
指定した成果物ストアを削除します。 |
begin |
指定した成果物ストアを削除します。 |
get(string, string, string, Artifact |
指定した成果物ストアに関する情報を取得します。 |
list |
発行元の ArtifactStores の情報を取得します。 |
update(string, string, string, Tags |
成果物ストア リソースを更新します。 |
メソッドの詳細
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<ArtifactStoresDeleteHeaders>
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<ArtifactStore>
Azure SDK for JavaScript