GalleryScriptVersions interface
Interface que representa um GalleryScriptVersions.
Métodos
Detalhes do Método
beginCreateOrUpdate(string, string, string, string, GalleryScriptVersion, GalleryScriptVersionsCreateOrUpdateOptionalParams)
Crie ou atualize uma Versão do Script da Galeria.
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- galleryScriptName
-
string
O nome da galeria Definição de Guião a ser recuperado.
- galleryScriptVersionName
-
string
O nome da galeria Script Version a ser recuperado.
- galleryScriptVersion
- GalleryScriptVersion
Parâmetros fornecidos para a operação de criação ou atualização da galeria Script Version.
Os parâmetros de opções.
Regressos
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
beginCreateOrUpdateAndWait(string, string, string, string, GalleryScriptVersion, GalleryScriptVersionsCreateOrUpdateOptionalParams)
Crie ou atualize uma Versão do Script da Galeria.
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersion, options?: GalleryScriptVersionsCreateOrUpdateOptionalParams): Promise<GalleryScriptVersion>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- galleryScriptName
-
string
O nome da galeria Definição de Guião a ser recuperado.
- galleryScriptVersionName
-
string
O nome da galeria Script Version a ser recuperado.
- galleryScriptVersion
- GalleryScriptVersion
Parâmetros fornecidos para a operação de criação ou atualização da galeria Script Version.
Os parâmetros de opções.
Regressos
Promise<GalleryScriptVersion>
beginDelete(string, string, string, string, GalleryScriptVersionsDeleteOptionalParams)
Apagar uma galeria Versão do Script.
function beginDelete(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryScriptVersionsDeleteHeaders>, GalleryScriptVersionsDeleteHeaders>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- galleryScriptName
-
string
O nome da galeria Definição de Guião a ser recuperado.
- galleryScriptVersionName
-
string
O nome da galeria Script Version a ser recuperado.
Os parâmetros de opções.
Regressos
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryScriptVersionsDeleteHeaders>, GalleryScriptVersionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, string, GalleryScriptVersionsDeleteOptionalParams)
Apagar uma galeria Versão do Script.
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsDeleteOptionalParams): Promise<GalleryScriptVersionsDeleteHeaders>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- galleryScriptName
-
string
O nome da galeria Definição de Guião a ser recuperado.
- galleryScriptVersionName
-
string
O nome da galeria Script Version a ser recuperado.
Os parâmetros de opções.
Regressos
Promise<GalleryScriptVersionsDeleteHeaders>
beginUpdate(string, string, string, string, GalleryScriptVersionUpdate, GalleryScriptVersionsUpdateOptionalParams)
Atualize uma galeria Versão do Script.
function beginUpdate(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- galleryScriptName
-
string
O nome da galeria Definição de Guião a ser recuperado.
- galleryScriptVersionName
-
string
O nome da galeria Script Version a ser recuperado.
- galleryScriptVersion
- GalleryScriptVersionUpdate
Parâmetros fornecidos à operação de atualização da galeria Script Version.
Os parâmetros de opções.
Regressos
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>
beginUpdateAndWait(string, string, string, string, GalleryScriptVersionUpdate, GalleryScriptVersionsUpdateOptionalParams)
Atualize uma galeria Versão do Script.
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, galleryScriptVersion: GalleryScriptVersionUpdate, options?: GalleryScriptVersionsUpdateOptionalParams): Promise<GalleryScriptVersion>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- galleryScriptName
-
string
O nome da galeria Definição de Guião a ser recuperado.
- galleryScriptVersionName
-
string
O nome da galeria Script Version a ser recuperado.
- galleryScriptVersion
- GalleryScriptVersionUpdate
Parâmetros fornecidos à operação de atualização da galeria Script Version.
Os parâmetros de opções.
Regressos
Promise<GalleryScriptVersion>
get(string, string, string, string, GalleryScriptVersionsGetOptionalParams)
Modelo personalizado de operação ArmResourceRead com CloudError como Erro
function get(resourceGroupName: string, galleryName: string, galleryScriptName: string, galleryScriptVersionName: string, options?: GalleryScriptVersionsGetOptionalParams): Promise<GalleryScriptVersion>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- galleryScriptName
-
string
O nome da galeria Definição de Guião a ser recuperado.
- galleryScriptVersionName
-
string
O nome da galeria Script Version a ser recuperado.
Os parâmetros de opções.
Regressos
Promise<GalleryScriptVersion>
listByGalleryScript(string, string, string, GalleryScriptVersionsListByGalleryScriptOptionalParams)
Listar galeria Versões de guião numa galeria Definição de guião.
function listByGalleryScript(resourceGroupName: string, galleryName: string, galleryScriptName: string, options?: GalleryScriptVersionsListByGalleryScriptOptionalParams): PagedAsyncIterableIterator<GalleryScriptVersion, GalleryScriptVersion[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- galleryScriptName
-
string
O nome da galeria Definição de Guião a ser recuperado.
Os parâmetros de opções.