Compartilhar via


GalleryScriptVersions interface

Interface representando um GalleryScriptVersions.

Métodos

beginCreateOrUpdate(string, string, string, string, GalleryScriptVersion, GalleryScriptVersionsCreateOrUpdateOptionalParams)

Crie ou atualize uma versão de script de galeria.

beginCreateOrUpdateAndWait(string, string, string, string, GalleryScriptVersion, GalleryScriptVersionsCreateOrUpdateOptionalParams)

Crie ou atualize uma versão de script de galeria.

beginDelete(string, string, string, string, GalleryScriptVersionsDeleteOptionalParams)

Exclua uma galeria Versão do Script.

beginDeleteAndWait(string, string, string, string, GalleryScriptVersionsDeleteOptionalParams)

Exclua uma galeria Versão do Script.

beginUpdate(string, string, string, string, GalleryScriptVersionUpdate, GalleryScriptVersionsUpdateOptionalParams)

Atualize uma versão do script da galeria.

beginUpdateAndWait(string, string, string, string, GalleryScriptVersionUpdate, GalleryScriptVersionsUpdateOptionalParams)

Atualize uma versão do script da galeria.

get(string, string, string, string, GalleryScriptVersionsGetOptionalParams)

Modelo personalizado de operação ArmResourceRead com CloudError como Erro

listByGalleryScript(string, string, string, GalleryScriptVersionsListByGalleryScriptOptionalParams)

Lista de galerias Versões de Roteiro em uma galeria Definição de Roteiro.

Detalhes do método

beginCreateOrUpdate(string, string, string, string, GalleryScriptVersion, GalleryScriptVersionsCreateOrUpdateOptionalParams)

Crie ou atualize uma versão de script de 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 Script 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 de Script Version da galeria.

options
GalleryScriptVersionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>

beginCreateOrUpdateAndWait(string, string, string, string, GalleryScriptVersion, GalleryScriptVersionsCreateOrUpdateOptionalParams)

Crie ou atualize uma versão de script de 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 Script 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 de Script Version da galeria.

options
GalleryScriptVersionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, string, GalleryScriptVersionsDeleteOptionalParams)

Exclua 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 Script será recuperado.

galleryScriptVersionName

string

O nome da galeria Script Version a ser recuperado.

options
GalleryScriptVersionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

beginDeleteAndWait(string, string, string, string, GalleryScriptVersionsDeleteOptionalParams)

Exclua 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 Script será recuperado.

galleryScriptVersionName

string

O nome da galeria Script Version a ser recuperado.

options
GalleryScriptVersionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

beginUpdate(string, string, string, string, GalleryScriptVersionUpdate, GalleryScriptVersionsUpdateOptionalParams)

Atualize uma versão do script da galeria.

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 Script será recuperado.

galleryScriptVersionName

string

O nome da galeria Script Version a ser recuperado.

galleryScriptVersion
GalleryScriptVersionUpdate

Parâmetros fornecidos para a operação de atualização da galeria Script Version.

options
GalleryScriptVersionsUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryScriptVersion>, GalleryScriptVersion>>

beginUpdateAndWait(string, string, string, string, GalleryScriptVersionUpdate, GalleryScriptVersionsUpdateOptionalParams)

Atualize uma versão do script da galeria.

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 Script será recuperado.

galleryScriptVersionName

string

O nome da galeria Script Version a ser recuperado.

galleryScriptVersion
GalleryScriptVersionUpdate

Parâmetros fornecidos para a operação de atualização da galeria Script Version.

options
GalleryScriptVersionsUpdateOptionalParams

Os parâmetros de opções.

Retornos

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 Script será recuperado.

galleryScriptVersionName

string

O nome da galeria Script Version a ser recuperado.

options
GalleryScriptVersionsGetOptionalParams

Os parâmetros de opções.

Retornos

listByGalleryScript(string, string, string, GalleryScriptVersionsListByGalleryScriptOptionalParams)

Lista de galerias Versões de Roteiro em uma galeria Definição de Roteiro.

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 Script será recuperado.

options
GalleryScriptVersionsListByGalleryScriptOptionalParams

Os parâmetros de opções.

Retornos