Compartilhar via


RegistryEnvironmentVersions interface

Interface que representa um RegistryEnvironmentVersions.

Métodos

beginCreateOrUpdate(string, string, string, string, EnvironmentVersion, RegistryEnvironmentVersionsCreateOrUpdateOptionalParams)

Criar ou atualizar a versão.

beginCreateOrUpdateAndWait(string, string, string, string, EnvironmentVersion, RegistryEnvironmentVersionsCreateOrUpdateOptionalParams)

Criar ou atualizar a versão.

beginDelete(string, string, string, string, RegistryEnvironmentVersionsDeleteOptionalParams)

Excluir versão.

beginDeleteAndWait(string, string, string, string, RegistryEnvironmentVersionsDeleteOptionalParams)

Excluir versão.

get(string, string, string, string, RegistryEnvironmentVersionsGetOptionalParams)

Obter versão.

list(string, string, string, RegistryEnvironmentVersionsListOptionalParams)

Listar versões.

Detalhes do método

beginCreateOrUpdate(string, string, string, string, EnvironmentVersion, RegistryEnvironmentVersionsCreateOrUpdateOptionalParams)

Criar ou atualizar a versão.

function beginCreateOrUpdate(resourceGroupName: string, registryName: string, environmentName: string, version: string, body: EnvironmentVersion, options?: RegistryEnvironmentVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EnvironmentVersion>, EnvironmentVersion>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

registryName

string

Nome do Registro do Azure Machine Learning. Isso não diferencia maiúsculas de minúsculas

environmentName

string

Nome do contêiner.

version

string

Identificador de versão.

body
EnvironmentVersion

Entidade de versão para criar ou atualizar.

options
RegistryEnvironmentVersionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateOrUpdateAndWait(string, string, string, string, EnvironmentVersion, RegistryEnvironmentVersionsCreateOrUpdateOptionalParams)

Criar ou atualizar a versão.

function beginCreateOrUpdateAndWait(resourceGroupName: string, registryName: string, environmentName: string, version: string, body: EnvironmentVersion, options?: RegistryEnvironmentVersionsCreateOrUpdateOptionalParams): Promise<EnvironmentVersion>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

registryName

string

Nome do Registro do Azure Machine Learning. Isso não diferencia maiúsculas de minúsculas

environmentName

string

Nome do contêiner.

version

string

Identificador de versão.

body
EnvironmentVersion

Entidade de versão para criar ou atualizar.

options
RegistryEnvironmentVersionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, string, RegistryEnvironmentVersionsDeleteOptionalParams)

Excluir versão.

function beginDelete(resourceGroupName: string, registryName: string, environmentName: string, version: string, options?: RegistryEnvironmentVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

registryName

string

Nome do Registro do Azure Machine Learning. Isso não diferencia maiúsculas de minúsculas

environmentName

string

Nome do contêiner.

version

string

Identificador de versão.

options
RegistryEnvironmentVersionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, string, RegistryEnvironmentVersionsDeleteOptionalParams)

Excluir versão.

function beginDeleteAndWait(resourceGroupName: string, registryName: string, environmentName: string, version: string, options?: RegistryEnvironmentVersionsDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

registryName

string

Nome do Registro do Azure Machine Learning. Isso não diferencia maiúsculas de minúsculas

environmentName

string

Nome do contêiner.

version

string

Identificador de versão.

options
RegistryEnvironmentVersionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, string, RegistryEnvironmentVersionsGetOptionalParams)

Obter versão.

function get(resourceGroupName: string, registryName: string, environmentName: string, version: string, options?: RegistryEnvironmentVersionsGetOptionalParams): Promise<EnvironmentVersion>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

registryName

string

Nome do Registro do Azure Machine Learning. Isso não diferencia maiúsculas de minúsculas

environmentName

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

version

string

Identificador de versão. Isso diferencia maiúsculas de minúsculas.

options
RegistryEnvironmentVersionsGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, string, RegistryEnvironmentVersionsListOptionalParams)

Listar versões.

function list(resourceGroupName: string, registryName: string, environmentName: string, options?: RegistryEnvironmentVersionsListOptionalParams): PagedAsyncIterableIterator<EnvironmentVersion, EnvironmentVersion[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

registryName

string

Nome do Registro do Azure Machine Learning. Isso não diferencia maiúsculas de minúsculas

environmentName

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

options
RegistryEnvironmentVersionsListOptionalParams

Os parâmetros de opções.

Retornos