GalleryScripts interface
GalleryScriptsを表すインターフェース。
メソッド
| begin |
ギャラリースクリプト定義を作成または更新してください。 ギャラリースクリプトは、共通スクリプトの保存、共有、再利用を可能にします |
| begin |
ギャラリースクリプト定義を作成または更新してください。 ギャラリースクリプトは、共通スクリプトの保存、共有、再利用を可能にします |
| begin |
ギャラリーを削除 スクリプト定義。 |
| begin |
ギャラリーを削除 スクリプト定義。 |
| begin |
ギャラリーのスクリプト定義を更新する。 |
| begin |
ギャラリーのスクリプト定義を更新する。 |
| get(string, string, string, Gallery |
ギャラリースクリプトの定義に関する情報を取得します。 |
| list |
ギャラリー リスト スクリプト定義 ギャラリー内の |
メソッドの詳細
beginCreateOrUpdate(string, string, string, GalleryScript, GalleryScriptsCreateOrUpdateOptionalParams)
ギャラリースクリプト定義を作成または更新してください。 ギャラリースクリプトは、共通スクリプトの保存、共有、再利用を可能にします
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScript, options?: GalleryScriptsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryScript>, GalleryScript>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- galleryName
-
string
共有イメージ ギャラリーの名前。
- galleryScriptName
-
string
ギャラリー名は「スクリプト定義」を参照してください。
- galleryScript
- GalleryScript
ギャラリー作成または更新スクリプト操作に提供されるパラメータ。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryScript>, GalleryScript>>
beginCreateOrUpdateAndWait(string, string, string, GalleryScript, GalleryScriptsCreateOrUpdateOptionalParams)
ギャラリースクリプト定義を作成または更新してください。 ギャラリースクリプトは、共通スクリプトの保存、共有、再利用を可能にします
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScript, options?: GalleryScriptsCreateOrUpdateOptionalParams): Promise<GalleryScript>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- galleryName
-
string
共有イメージ ギャラリーの名前。
- galleryScriptName
-
string
ギャラリー名は「スクリプト定義」を参照してください。
- galleryScript
- GalleryScript
ギャラリー作成または更新スクリプト操作に提供されるパラメータ。
オプション パラメーター。
戻り値
Promise<GalleryScript>
beginDelete(string, string, string, GalleryScriptsDeleteOptionalParams)
ギャラリーを削除 スクリプト定義。
function beginDelete(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryScriptsDeleteHeaders>, GalleryScriptsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- galleryName
-
string
共有イメージ ギャラリーの名前。
- galleryScriptName
-
string
ギャラリー名は「スクリプト定義」を参照してください。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryScriptsDeleteHeaders>, GalleryScriptsDeleteHeaders>>
beginDeleteAndWait(string, string, string, GalleryScriptsDeleteOptionalParams)
ギャラリーを削除 スクリプト定義。
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsDeleteOptionalParams): Promise<GalleryScriptsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- galleryName
-
string
共有イメージ ギャラリーの名前。
- galleryScriptName
-
string
ギャラリー名は「スクリプト定義」を参照してください。
オプション パラメーター。
戻り値
Promise<GalleryScriptsDeleteHeaders>
beginUpdate(string, string, string, GalleryScriptUpdate, GalleryScriptsUpdateOptionalParams)
ギャラリーのスクリプト定義を更新する。
function beginUpdate(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScriptUpdate, options?: GalleryScriptsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryScript>, GalleryScript>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- galleryName
-
string
共有イメージ ギャラリーの名前。
- galleryScriptName
-
string
ギャラリー名は「スクリプト定義」を参照してください。
- galleryScript
- GalleryScriptUpdate
パラメータは更新ギャラリーに提供されます。スクリプト操作。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryScript>, GalleryScript>>
beginUpdateAndWait(string, string, string, GalleryScriptUpdate, GalleryScriptsUpdateOptionalParams)
ギャラリーのスクリプト定義を更新する。
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScriptUpdate, options?: GalleryScriptsUpdateOptionalParams): Promise<GalleryScript>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- galleryName
-
string
共有イメージ ギャラリーの名前。
- galleryScriptName
-
string
ギャラリー名は「スクリプト定義」を参照してください。
- galleryScript
- GalleryScriptUpdate
パラメータは更新ギャラリーに提供されます。スクリプト操作。
オプション パラメーター。
戻り値
Promise<GalleryScript>
get(string, string, string, GalleryScriptsGetOptionalParams)
ギャラリースクリプトの定義に関する情報を取得します。
function get(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsGetOptionalParams): Promise<GalleryScript>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- galleryName
-
string
共有イメージ ギャラリーの名前。
- galleryScriptName
-
string
ギャラリー名は「スクリプト定義」を参照してください。
- options
- GalleryScriptsGetOptionalParams
オプション パラメーター。
戻り値
Promise<GalleryScript>
listByGallery(string, string, GalleryScriptsListByGalleryOptionalParams)
ギャラリー リスト スクリプト定義 ギャラリー内の
function listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryScriptsListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryScript, GalleryScript[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- galleryName
-
string
共有イメージ ギャラリーの名前。
オプション パラメーター。