GalleryImages interface
GalleryImages を表すインターフェイス。
メソッド
begin |
ギャラリー イメージ定義を作成または更新します。 |
begin |
ギャラリー イメージ定義を作成または更新します。 |
begin |
ギャラリー イメージを削除します。 |
begin |
ギャラリー イメージを削除します。 |
begin |
ギャラリー イメージ定義を更新します。 |
begin |
ギャラリー イメージ定義を更新します。 |
get(string, string, string, Gallery |
ギャラリー イメージ定義に関する情報を取得します。 |
list |
ギャラリー内のギャラリー イメージ定義を一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, GalleryImage, GalleryImagesCreateOrUpdateOptionalParams)
ギャラリー イメージ定義を作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
イメージ定義を作成するShared Image Galleryの名前。
- galleryImageName
-
string
作成または更新するギャラリー イメージ定義の名前。 使用できる文字は、アルファベットと数字で、中央にドット、ダッシュ、ピリオドを使用できます。 最大長は 80 文字です。
- galleryImage
- GalleryImage
ギャラリー イメージの作成または更新操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>
beginCreateOrUpdateAndWait(string, string, string, GalleryImage, GalleryImagesCreateOrUpdateOptionalParams)
ギャラリー イメージ定義を作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams): Promise<GalleryImage>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
イメージ定義を作成するShared Image Galleryの名前。
- galleryImageName
-
string
作成または更新するギャラリー イメージ定義の名前。 使用できる文字は、アルファベットと数字で、中央にドット、ダッシュ、ピリオドを使用できます。 最大長は 80 文字です。
- galleryImage
- GalleryImage
ギャラリー イメージの作成または更新操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<GalleryImage>
beginDelete(string, string, string, GalleryImagesDeleteOptionalParams)
ギャラリー イメージを削除します。
function beginDelete(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
イメージ定義を削除するShared Image Galleryの名前。
- galleryImageName
-
string
削除するギャラリー イメージ定義の名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, GalleryImagesDeleteOptionalParams)
ギャラリー イメージを削除します。
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
イメージ定義を削除するShared Image Galleryの名前。
- galleryImageName
-
string
削除するギャラリー イメージ定義の名前。
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, GalleryImageUpdate, GalleryImagesUpdateOptionalParams)
ギャラリー イメージ定義を更新します。
function beginUpdate(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
イメージ定義を更新するShared Image Galleryの名前。
- galleryImageName
-
string
更新するギャラリー イメージ定義の名前。 使用できる文字は、アルファベットと数字で、中央にドット、ダッシュ、ピリオドを使用できます。 最大長は 80 文字です。
- galleryImage
- GalleryImageUpdate
更新ギャラリー イメージ操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>
beginUpdateAndWait(string, string, string, GalleryImageUpdate, GalleryImagesUpdateOptionalParams)
ギャラリー イメージ定義を更新します。
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams): Promise<GalleryImage>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
イメージ定義を更新するShared Image Galleryの名前。
- galleryImageName
-
string
更新するギャラリー イメージ定義の名前。 使用できる文字は、アルファベットと数字で、中央にドット、ダッシュ、ピリオドを使用できます。 最大長は 80 文字です。
- galleryImage
- GalleryImageUpdate
更新ギャラリー イメージ操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<GalleryImage>
get(string, string, string, GalleryImagesGetOptionalParams)
ギャラリー イメージ定義に関する情報を取得します。
function get(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams): Promise<GalleryImage>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
イメージ定義の取得元となるShared Image Galleryの名前。
- galleryImageName
-
string
取得するギャラリー イメージ定義の名前。
- options
- GalleryImagesGetOptionalParams
options パラメーター。
戻り値
Promise<GalleryImage>
listByGallery(string, string, GalleryImagesListByGalleryOptionalParams)
ギャラリー内のギャラリー イメージ定義を一覧表示します。
function listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryImagesListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
イメージ定義の一覧表示元となるShared Image Galleryの名前。
options パラメーター。