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.

beginDelete(string, string, string, ContainerRegistriesDeleteOptionalParams)

Delete a container registry resource.

beginDeleteAndWait(string, string, string, ContainerRegistriesDeleteOptionalParams)

Delete a container registry resource.

beginValidate(string, string, string, ContainerRegistryProperties, ContainerRegistriesValidateOptionalParams)

Check if the container registry properties are valid.

beginValidateAndWait(string, string, string, ContainerRegistryProperties, ContainerRegistriesValidateOptionalParams)

Check if the container registry properties are valid.

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

beginDelete(string, string, string, ContainerRegistriesDeleteOptionalParams)

Delete a container registry resource.

function beginDelete(resourceGroupName: string, serviceName: string, containerRegistryName: string, options?: ContainerRegistriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerRegistriesDeleteHeaders>, ContainerRegistriesDeleteHeaders>>

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
ContainerRegistriesDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, string, ContainerRegistriesDeleteOptionalParams)

Delete a container registry resource.

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, containerRegistryName: string, options?: ContainerRegistriesDeleteOptionalParams): Promise<ContainerRegistriesDeleteHeaders>

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
ContainerRegistriesDeleteOptionalParams

The options parameters.

Returns

beginValidate(string, string, string, ContainerRegistryProperties, ContainerRegistriesValidateOptionalParams)

Check if the container registry properties are valid.

function beginValidate(resourceGroupName: string, serviceName: string, containerRegistryName: string, containerRegistryProperties: ContainerRegistryProperties, options?: ContainerRegistriesValidateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerRegistryValidateResult>, ContainerRegistryValidateResult>>

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.

containerRegistryProperties
ContainerRegistryProperties

Parameters for the validate operation

options
ContainerRegistriesValidateOptionalParams

The options parameters.

Returns

beginValidateAndWait(string, string, string, ContainerRegistryProperties, ContainerRegistriesValidateOptionalParams)

Check if the container registry properties are valid.

function beginValidateAndWait(resourceGroupName: string, serviceName: string, containerRegistryName: string, containerRegistryProperties: ContainerRegistryProperties, options?: ContainerRegistriesValidateOptionalParams): Promise<ContainerRegistryValidateResult>

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.

containerRegistryProperties
ContainerRegistryProperties

Parameters for the validate operation

options
ContainerRegistriesValidateOptionalParams

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