GalleryScriptVersionsOperations interface
Rozhraní reprezentující operace GalleryScriptVersions.
Vlastnosti
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Vytvořte nebo aktualizujte verzi skriptu v galerii. |
| delete | |
| get | Vlastní šablona operace ArmResourceRead s CloudError jako Error |
| list |
Seznam galerií Verze scénářů v galerii Definice skriptu. |
| update | Aktualizujte verzi skriptu galerie. |
Podrobnosti vlastnosti
beginCreateOrUpdate
Upozornění
Toto rozhraní API je teď zastaralé.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
beginCreateOrUpdateAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => Promise<GalleryScriptVersion>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => Promise<GalleryScriptVersion>
beginDelete
Upozornění
Toto rozhraní API je teď zastaralé.
use delete instead
beginDelete: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => Promise<void>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => Promise<void>
beginUpdate
Upozornění
Toto rozhraní API je teď zastaralé.
use update instead
beginUpdate: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
beginUpdateAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use update instead
beginUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => Promise<GalleryScriptVersion>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => Promise<GalleryScriptVersion>
createOrUpdate
Vytvořte nebo aktualizujte verzi skriptu v galerii.
createOrUpdate: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>
Hodnota vlastnosti
(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>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Vlastní šablona operace ArmResourceRead s CloudError jako Error
get: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsGetOptionalParams) => Promise<GalleryScriptVersion>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsGetOptionalParams) => Promise<GalleryScriptVersion>
listByGalleryScript
Seznam galerií Verze scénářů v galerii Definice skriptu.
listByGalleryScript: (resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptVersionsListByGalleryScriptOptionalParams) => PagedAsyncIterableIterator<GalleryScriptVersion, GalleryScriptVersion[], PageSettings>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptVersionsListByGalleryScriptOptionalParams) => PagedAsyncIterableIterator<GalleryScriptVersion, GalleryScriptVersion[], PageSettings>
update
Aktualizujte verzi skriptu galerie.
update: (resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => PollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>
Hodnota vlastnosti
(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams) => PollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>