ContainerRegistries interface
Interface representing a ContainerRegistries.
Methods
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>
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerRegistriesDeleteHeaders>, ContainerRegistriesDeleteHeaders>>
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.
The options parameters.
Returns
Promise<ContainerRegistriesDeleteHeaders>
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
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerRegistryValidateResult>, ContainerRegistryValidateResult>>
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
The options parameters.
Returns
Promise<ContainerRegistryValidateResult>
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.