GalleryScriptsOperations interface
Interfejs reprezentujący operacje GalleryScripts.
Właściwości
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Stwórz lub zaktualizuj definicję skryptu w galerii. Skrypty galerii umożliwiają przechowywanie, udostępnianie i ponowne użycie popularnych skryptów |
| delete | |
| get | Pobiera informacje o definicji scenariusza galerii. |
| list |
Lista galerii Definicje scenariusza w galerii. |
| update | Zaktualizuj definicję skryptu galerii. |
Szczegóły właściwości
beginCreateOrUpdate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScript, options?: GalleryScriptsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScript>, GalleryScript>>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScript, options?: GalleryScriptsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScript>, GalleryScript>>
beginCreateOrUpdateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScript, options?: GalleryScriptsCreateOrUpdateOptionalParams) => Promise<GalleryScript>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScript, options?: GalleryScriptsCreateOrUpdateOptionalParams) => Promise<GalleryScript>
beginDelete
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use delete instead
beginDelete: (resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsDeleteOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsDeleteOptionalParams) => Promise<void>
beginUpdate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use update instead
beginUpdate: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScriptUpdate, options?: GalleryScriptsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScript>, GalleryScript>>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScriptUpdate, options?: GalleryScriptsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScript>, GalleryScript>>
beginUpdateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use update instead
beginUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScriptUpdate, options?: GalleryScriptsUpdateOptionalParams) => Promise<GalleryScript>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScriptUpdate, options?: GalleryScriptsUpdateOptionalParams) => Promise<GalleryScript>
createOrUpdate
Stwórz lub zaktualizuj definicję skryptu w galerii. Skrypty galerii umożliwiają przechowywanie, udostępnianie i ponowne użycie popularnych skryptów
createOrUpdate: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScript, options?: GalleryScriptsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryScript>, GalleryScript>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScript, options?: GalleryScriptsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryScript>, GalleryScript>
delete
delete: (resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobiera informacje o definicji scenariusza galerii.
get: (resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsGetOptionalParams) => Promise<GalleryScript>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptsGetOptionalParams) => Promise<GalleryScript>
listByGallery
Lista galerii Definicje scenariusza w galerii.
listByGallery: (resourceGroupName: string, galleryName: string, options?: GalleryScriptsListByGalleryOptionalParams) => PagedAsyncIterableIterator<GalleryScript, GalleryScript[], PageSettings>
Wartość właściwości
(resourceGroupName: string, galleryName: string, options?: GalleryScriptsListByGalleryOptionalParams) => PagedAsyncIterableIterator<GalleryScript, GalleryScript[], PageSettings>
update
Zaktualizuj definicję skryptu galerii.
update: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScriptUpdate, options?: GalleryScriptsUpdateOptionalParams) => PollerLike<OperationState<GalleryScript>, GalleryScript>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScript: GalleryScriptUpdate, options?: GalleryScriptsUpdateOptionalParams) => PollerLike<OperationState<GalleryScript>, GalleryScript>