共用方式為


UserArtifactManage 類別

UserArtifactManage。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.compute._serialization.Model
UserArtifactManage

建構函式

UserArtifactManage(*, install: str, remove: str, update: str | None = None, **kwargs: Any)

Keyword-Only Parameters

install
str

必要。 要安裝資源庫應用程式的路徑和引數。 這限制為 4096 個字元。 必要。

remove
str

必要。 要移除資源庫應用程式的路徑和引數。 這限制為 4096 個字元。 必要。

update
str

選擇性。 更新資源庫應用程式的路徑和引數。 如果沒有,則更新作業會在舊版上叫用 remove 命令,並在資源庫應用程式的目前版本上安裝命令。 這限制為 4096 個字元。

變數

install
str

必要。 要安裝資源庫應用程式的路徑和引數。 這限制為 4096 個字元。 必要。

remove
str

必要。 要移除資源庫應用程式的路徑和引數。 這限制為 4096 個字元。 必要。

update
str

選擇性。 更新資源庫應用程式的路徑和引數。 如果沒有,則更新作業會在舊版上叫用 remove 命令,並在資源庫應用程式的目前版本上安裝命令。 這限制為 4096 個字元。