Interface ContainerRegistriesClient
public interface ContainerRegistriesClient
An instance of this class provides access to all the operations defined in ContainerRegistriesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerRegistryResourceInner>,ContainerRegistryResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerRegistryResourceInner>,ContainerRegistryResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource, com.azure.core.util.Context context) Create or update container registry resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ContainerRegistryResourceInner>,ContainerRegistryResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.beginDelete(String resourceGroupName, String serviceName, String containerRegistryName) Delete a container registry resource.beginDelete(String resourceGroupName, String serviceName, String containerRegistryName, com.azure.core.util.Context context) Delete a container registry resource.beginDeleteAsync(String resourceGroupName, String serviceName, String containerRegistryName) Delete a container registry resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerRegistryValidateResultInner>,ContainerRegistryValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerRegistryValidateResultInner>,ContainerRegistryValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties, com.azure.core.util.Context context) Check if the container registry properties are valid.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ContainerRegistryValidateResultInner>,ContainerRegistryValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.createOrUpdate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.createOrUpdate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource, com.azure.core.util.Context context) Create or update container registry resource.createOrUpdateAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.voidDelete a container registry resource.voiddelete(String resourceGroupName, String serviceName, String containerRegistryName, com.azure.core.util.Context context) Delete a container registry resource.deleteAsync(String resourceGroupName, String serviceName, String containerRegistryName) Delete a container registry resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String serviceName, String containerRegistryName) Delete a container registry resource.Get the container registries resource.Get the container registries resource.com.azure.core.http.rest.Response<ContainerRegistryResourceInner>getWithResponse(String resourceGroupName, String serviceName, String containerRegistryName, com.azure.core.util.Context context) Get the container registries resource.Mono<com.azure.core.http.rest.Response<ContainerRegistryResourceInner>>getWithResponseAsync(String resourceGroupName, String serviceName, String containerRegistryName) Get the container registries resource.com.azure.core.http.rest.PagedIterable<ContainerRegistryResourceInner>List container registries resource.com.azure.core.http.rest.PagedIterable<ContainerRegistryResourceInner>List container registries resource.com.azure.core.http.rest.PagedFlux<ContainerRegistryResourceInner>List container registries resource.validate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.validate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties, com.azure.core.util.Context context) Check if the container registry properties are valid.validateAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>validateWithResponseAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<ContainerRegistryResourceInner> listAsync(String resourceGroupName, String serviceName) List container registries resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.- Returns:
- collection compose of container registry resources list and a possible link for next page as paginated
response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<ContainerRegistryResourceInner> list(String resourceGroupName, String serviceName) List container registries resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.- Returns:
- collection compose of container registry resources list and a possible link for next page as paginated
response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<ContainerRegistryResourceInner> list(String resourceGroupName, String serviceName, com.azure.core.util.Context context) List container registries resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.context- The context to associate with this operation.- Returns:
- collection compose of container registry resources list and a possible link for next page as paginated
response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<ContainerRegistryResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String containerRegistryName) Get the container registries resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.- Returns:
- the container registries resource along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<ContainerRegistryResourceInner> getAsync(String resourceGroupName, String serviceName, String containerRegistryName) Get the container registries resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.- Returns:
- the container registries resource on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<ContainerRegistryResourceInner> getWithResponse(String resourceGroupName, String serviceName, String containerRegistryName, com.azure.core.util.Context context) Get the container registries resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.context- The context to associate with this operation.- Returns:
- the container registries resource along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
ContainerRegistryResourceInner get(String resourceGroupName, String serviceName, String containerRegistryName) Get the container registries resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.- Returns:
- the container registries resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryResource- Parameters for the create or update operation.- Returns:
- container registry resource payload along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ContainerRegistryResourceInner>,ContainerRegistryResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryResource- Parameters for the create or update operation.- Returns:
- the
PollerFluxfor polling of container registry resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerRegistryResourceInner>,ContainerRegistryResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryResource- Parameters for the create or update operation.- Returns:
- the
SyncPollerfor polling of container registry resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerRegistryResourceInner>,ContainerRegistryResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource, com.azure.core.util.Context context) Create or update container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of container registry resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<ContainerRegistryResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryResource- Parameters for the create or update operation.- Returns:
- container registry resource payload on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
ContainerRegistryResourceInner createOrUpdate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource) Create or update container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryResource- Parameters for the create or update operation.- Returns:
- container registry resource payload.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
ContainerRegistryResourceInner createOrUpdate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryResourceInner containerRegistryResource, com.azure.core.util.Context context) Create or update container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- container registry resource payload.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String containerRegistryName) Delete a container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String containerRegistryName) Delete a container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String containerRegistryName) Delete a container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String containerRegistryName, com.azure.core.util.Context context) Delete a container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Delete a container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Delete a container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serviceName, String containerRegistryName, com.azure.core.util.Context context) Delete a container registry resource.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryProperties- Parameters for the validate operation.- Returns:
- validation result for container registry properties along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ContainerRegistryValidateResultInner>,ContainerRegistryValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryProperties- Parameters for the validate operation.- Returns:
- the
PollerFluxfor polling of validation result for container registry properties. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerRegistryValidateResultInner>,ContainerRegistryValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryProperties- Parameters for the validate operation.- Returns:
- the
SyncPollerfor polling of validation result for container registry properties. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerRegistryValidateResultInner>,ContainerRegistryValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties, com.azure.core.util.Context context) Check if the container registry properties are valid.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryProperties- Parameters for the validate operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of validation result for container registry properties. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateAsync
Mono<ContainerRegistryValidateResultInner> validateAsync(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryProperties- Parameters for the validate operation.- Returns:
- validation result for container registry properties on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validate
ContainerRegistryValidateResultInner validate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties) Check if the container registry properties are valid.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryProperties- Parameters for the validate operation.- Returns:
- validation result for container registry properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validate
ContainerRegistryValidateResultInner validate(String resourceGroupName, String serviceName, String containerRegistryName, ContainerRegistryProperties containerRegistryProperties, com.azure.core.util.Context context) Check if the container registry properties are valid.- Parameters:
resourceGroupName- 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- The name of the Service resource.containerRegistryName- The name of the container registry.containerRegistryProperties- Parameters for the validate operation.context- The context to associate with this operation.- Returns:
- validation result for container registry properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-