ContainerRegistries interface
Interface representing a ContainerRegistries.
Methods
begin |
Create or update container registry resource. |
begin |
Create or update container registry resource. |
get(string, string, string, Container |
Get the container registries resource. |
list(string, string, Container |
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
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
The options parameters.
Returns
Promise<ContainerRegistryResource>
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.
The options parameters.
Returns
Promise<ContainerRegistryResource>
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.
The options parameters.