次の方法で共有


GalleryScripts interface

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

メソッド

beginCreateOrUpdate(string, string, string, GalleryScript, GalleryScriptsCreateOrUpdateOptionalParams)

ギャラリースクリプト定義を作成または更新してください。 ギャラリースクリプトは、共通スクリプトの保存、共有、再利用を可能にします

beginCreateOrUpdateAndWait(string, string, string, GalleryScript, GalleryScriptsCreateOrUpdateOptionalParams)

ギャラリースクリプト定義を作成または更新してください。 ギャラリースクリプトは、共通スクリプトの保存、共有、再利用を可能にします

beginDelete(string, string, string, GalleryScriptsDeleteOptionalParams)

ギャラリーを削除 スクリプト定義。

beginDeleteAndWait(string, string, string, GalleryScriptsDeleteOptionalParams)

ギャラリーを削除 スクリプト定義。

beginUpdate(string, string, string, GalleryScriptUpdate, GalleryScriptsUpdateOptionalParams)

ギャラリーのスクリプト定義を更新する。

beginUpdateAndWait(string, string, string, GalleryScriptUpdate, GalleryScriptsUpdateOptionalParams)

ギャラリーのスクリプト定義を更新する。

get(string, string, string, GalleryScriptsGetOptionalParams)

ギャラリースクリプトの定義に関する情報を取得します。

listByGallery(string, string, GalleryScriptsListByGalleryOptionalParams)

ギャラリー リスト スクリプト定義 ギャラリー内の

メソッドの詳細

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

ギャラリー作成または更新スクリプト操作に提供されるパラメータ。

options
GalleryScriptsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

ギャラリー作成または更新スクリプト操作に提供されるパラメータ。

options
GalleryScriptsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

ギャラリー名は「スクリプト定義」を参照してください。

options
GalleryScriptsDeleteOptionalParams

オプション パラメーター。

戻り値

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

ギャラリー名は「スクリプト定義」を参照してください。

options
GalleryScriptsDeleteOptionalParams

オプション パラメーター。

戻り値

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

パラメータは更新ギャラリーに提供されます。スクリプト操作。

options
GalleryScriptsUpdateOptionalParams

オプション パラメーター。

戻り値

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

パラメータは更新ギャラリーに提供されます。スクリプト操作。

options
GalleryScriptsUpdateOptionalParams

オプション パラメーター。

戻り値

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

共有イメージ ギャラリーの名前。

options
GalleryScriptsListByGalleryOptionalParams

オプション パラメーター。

戻り値