GalleryScriptVersionsOperations interface
Interfejs reprezentujący operacje GalleryScriptVersions.
Właściwości
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Stwórz lub zaktualizuj wersję skryptu galerii. |
| delete | |
| get | Niestandardowy szablon operacji ArmResourceRead z CloudError jako Error |
| list |
Lista galerii Wersje scenariusza w galerii Definicja skryptu. |
| update | Zaktualizuj wersję 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, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
beginCreateOrUpdateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => Promise<GalleryScriptVersion>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => Promise<GalleryScriptVersion>
beginDelete
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use delete instead
beginDelete: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => 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, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => Promise<void>
beginUpdate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use update instead
beginUpdate: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
beginUpdateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use update instead
beginUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => Promise<GalleryScriptVersion>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => Promise<GalleryScriptVersion>
createOrUpdate
Stwórz lub zaktualizuj wersję skryptu galerii.
createOrUpdate: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>
delete
delete: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Niestandardowy szablon operacji ArmResourceRead z CloudError jako Error
get: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsGetOptionalParams) => Promise<GalleryScriptVersion>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsGetOptionalParams) => Promise<GalleryScriptVersion>
listByGalleryScript
Lista galerii Wersje scenariusza w galerii Definicja skryptu.
listByGalleryScript: (resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptVersionsListByGalleryScriptOptionalParams) => PagedAsyncIterableIterator<GalleryScriptVersion, GalleryScriptVersion[], PageSettings>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptVersionsListByGalleryScriptOptionalParams) => PagedAsyncIterableIterator<GalleryScriptVersion, GalleryScriptVersion[], PageSettings>
update
Zaktualizuj wersję skryptu galerii.
update: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => PollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>
Wartość właściwości
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => PollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>