RegistryComponentVersions interface

Interface representing a RegistryComponentVersions.

Method Details

beginCreateOrUpdate(string, string, string, string, ComponentVersion, RegistryComponentVersionsCreateOrUpdateOptionalParams)

Create or update version.

function beginCreateOrUpdate(resourceGroupName: string, registryName: string, componentName: string, version: string, body: ComponentVersion, options?: RegistryComponentVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ComponentVersion>, ComponentVersion>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

registryName

string

Name of Azure Machine Learning registry. This is case-insensitive

componentName

string

Container name.

version

string

Version identifier.

body
ComponentVersion

Version entity to create or update.

Returns

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

beginCreateOrUpdateAndWait(string, string, string, string, ComponentVersion, RegistryComponentVersionsCreateOrUpdateOptionalParams)

Create or update version.

function beginCreateOrUpdateAndWait(resourceGroupName: string, registryName: string, componentName: string, version: string, body: ComponentVersion, options?: RegistryComponentVersionsCreateOrUpdateOptionalParams): Promise<ComponentVersion>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

registryName

string

Name of Azure Machine Learning registry. This is case-insensitive

componentName

string

Container name.

version

string

Version identifier.

body
ComponentVersion

Version entity to create or update.

Returns

Promise<ComponentVersion>

beginDelete(string, string, string, string, RegistryComponentVersionsDeleteOptionalParams)

Delete version.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

registryName

string

Name of Azure Machine Learning registry. This is case-insensitive

componentName

string

Container name.

version

string

Version identifier.

options
RegistryComponentVersionsDeleteOptionalParams

The options parameters.

Returns

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

beginDeleteAndWait(string, string, string, string, RegistryComponentVersionsDeleteOptionalParams)

Delete version.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

registryName

string

Name of Azure Machine Learning registry. This is case-insensitive

componentName

string

Container name.

version

string

Version identifier.

options
RegistryComponentVersionsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, RegistryComponentVersionsGetOptionalParams)

Get version.

function get(resourceGroupName: string, registryName: string, componentName: string, version: string, options?: RegistryComponentVersionsGetOptionalParams): Promise<ComponentVersion>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

registryName

string

Name of Azure Machine Learning registry. This is case-insensitive

componentName

string

Container name.

version

string

Version identifier.

options
RegistryComponentVersionsGetOptionalParams

The options parameters.

Returns

Promise<ComponentVersion>

list(string, string, string, RegistryComponentVersionsListOptionalParams)

List versions.

function list(resourceGroupName: string, registryName: string, componentName: string, options?: RegistryComponentVersionsListOptionalParams): PagedAsyncIterableIterator<ComponentVersion, ComponentVersion[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

registryName

string

Name of Azure Machine Learning registry. This is case-insensitive

componentName

string

Container name.

options
RegistryComponentVersionsListOptionalParams

The options parameters.

Returns