Share via


ContainerRegistries interface

Interface representing a ContainerRegistries.

Methods

beginCreateOrUpdate(string, string, string, ContainerRegistryResource, ContainerRegistriesCreateOrUpdateOptionalParams)

Create or update container registry resource.

beginCreateOrUpdateAndWait(string, string, string, ContainerRegistryResource, ContainerRegistriesCreateOrUpdateOptionalParams)

Create or update container registry resource.

get(string, string, string, ContainerRegistriesGetOptionalParams)

Get the container registries resource.

list(string, string, ContainerRegistriesListOptionalParams)

List container registries resource.

Method Details

beginCreateOrUpdate(string, string, string, ContainerRegistryResource, ContainerRegistriesCreateOrUpdateOptionalParams)

Create or update container registry resource.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, containerRegistryName: string, containerRegistryResource: ContainerRegistryResource, options?: ContainerRegistriesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerRegistryResource>, ContainerRegistryResource>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

containerRegistryName

string

The name of the container registry.

containerRegistryResource
ContainerRegistryResource

Parameters for the create or update operation

options
ContainerRegistriesCreateOrUpdateOptionalParams

The options parameters.

Returns

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

beginCreateOrUpdateAndWait(string, string, string, ContainerRegistryResource, ContainerRegistriesCreateOrUpdateOptionalParams)

Create or update container registry resource.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, containerRegistryName: string, containerRegistryResource: ContainerRegistryResource, options?: ContainerRegistriesCreateOrUpdateOptionalParams): Promise<ContainerRegistryResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

containerRegistryName

string

The name of the container registry.

containerRegistryResource
ContainerRegistryResource

Parameters for the create or update operation

options
ContainerRegistriesCreateOrUpdateOptionalParams

The options parameters.

Returns

get(string, string, string, ContainerRegistriesGetOptionalParams)

Get the container registries resource.

function get(resourceGroupName: string, serviceName: string, containerRegistryName: string, options?: ContainerRegistriesGetOptionalParams): Promise<ContainerRegistryResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

containerRegistryName

string

The name of the container registry.

options
ContainerRegistriesGetOptionalParams

The options parameters.

Returns

list(string, string, ContainerRegistriesListOptionalParams)

List container registries resource.

function list(resourceGroupName: string, serviceName: string, options?: ContainerRegistriesListOptionalParams): PagedAsyncIterableIterator<ContainerRegistryResource, ContainerRegistryResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

options
ContainerRegistriesListOptionalParams

The options parameters.

Returns