ArtifactStores interface
代表 ArtifactStores 的介面。
方法
方法詳細資料
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
提供給建立或更新應用程式群組作業的參數。
選項參數。
傳回
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
提供給建立或更新應用程式群組作業的參數。
選項參數。
傳回
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
成品存放區的名稱。
選項參數。
傳回
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
成品存放區的名稱。
選項參數。
傳回
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
選項參數。
傳回
Promise<ArtifactStore>
listByPublisher(string, string, ArtifactStoresListByPublisherOptionalParams)
取得發行者下 ArtifactStores 的資訊。
function listByPublisher(resourceGroupName: string, publisherName: string, options?: ArtifactStoresListByPublisherOptionalParams): PagedAsyncIterableIterator<ArtifactStore, ArtifactStore[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- publisherName
-
string
發行者的名稱。
選項參數。
傳回
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
提供給建立或更新應用程式群組作業的參數。
選項參數。
傳回
Promise<ArtifactStore>