Partilhar via


GalleryScriptVersions interface

Interface que representa um GalleryScriptVersions.

Métodos

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

Crie ou atualize uma Versão do Script da Galeria.

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

Crie ou atualize uma Versão do Script da Galeria.

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

Apagar uma galeria Versão do Script.

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

Apagar uma galeria Versão do Script.

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

Atualize uma galeria Versão do Script.

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

Atualize uma galeria Versão do Script.

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

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

listByGalleryScript(string, string, string, GalleryScriptVersionsListByGalleryScriptOptionalParams)

Listar galeria Versões de guião numa galeria Definição de guião.

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.

options
GalleryScriptVersionsCreateOrUpdateOptionalParams

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.

options
GalleryScriptVersionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Regressos

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.

options
GalleryScriptVersionsDeleteOptionalParams

Os parâmetros de opções.

Regressos

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.

options
GalleryScriptVersionsDeleteOptionalParams

Os parâmetros de opções.

Regressos

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.

options
GalleryScriptVersionsUpdateOptionalParams

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.

options
GalleryScriptVersionsUpdateOptionalParams

Os parâmetros de opções.

Regressos

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.

options
GalleryScriptVersionsGetOptionalParams

Os parâmetros de opções.

Regressos

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.

options
GalleryScriptVersionsListByGalleryScriptOptionalParams

Os parâmetros de opções.

Regressos