Interface ConnectedRegistriesClient


public interface ConnectedRegistriesClient
An instance of this class provides access to all the operations defined in ConnectedRegistriesClient.
  • Method Details

    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<ConnectedRegistryInner>> getWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName)
      Gets the properties of the connected registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the properties of the connected registry along with Response 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.
    • getAsync

      Mono<ConnectedRegistryInner> getAsync(String resourceGroupName, String registryName, String connectedRegistryName)
      Gets the properties of the connected registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the properties of the connected registry 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<ConnectedRegistryInner> getWithResponse(String resourceGroupName, String registryName, String connectedRegistryName, com.azure.core.util.Context context)
      Gets the properties of the connected registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      context - The context to associate with this operation.
      Returns:
      the properties of the connected registry 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

      ConnectedRegistryInner get(String resourceGroupName, String registryName, String connectedRegistryName)
      Gets the properties of the connected registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the properties of the connected 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.
    • createWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters)
      Creates a connected registry for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryCreateParameters - The parameters for creating a connectedRegistry.
      Returns:
      an object that represents a connected registry for a container registry along with Response 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.
    • beginCreateAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>,ConnectedRegistryInner> beginCreateAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters)
      Creates a connected registry for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryCreateParameters - The parameters for creating a connectedRegistry.
      Returns:
      the PollerFlux for polling of an object that represents a connected registry for a 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.
    • beginCreate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>,ConnectedRegistryInner> beginCreate(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters)
      Creates a connected registry for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryCreateParameters - The parameters for creating a connectedRegistry.
      Returns:
      the SyncPoller for polling of an object that represents a connected registry for a 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.
    • beginCreate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>,ConnectedRegistryInner> beginCreate(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters, com.azure.core.util.Context context)
      Creates a connected registry for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryCreateParameters - The parameters for creating a connectedRegistry.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of an object that represents a connected registry for a 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.
    • createAsync

      Mono<ConnectedRegistryInner> createAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters)
      Creates a connected registry for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryCreateParameters - The parameters for creating a connectedRegistry.
      Returns:
      an object that represents a connected registry for a container registry 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.
    • create

      ConnectedRegistryInner create(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters)
      Creates a connected registry for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryCreateParameters - The parameters for creating a connectedRegistry.
      Returns:
      an object that represents a connected registry for a 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.
    • create

      ConnectedRegistryInner create(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters, com.azure.core.util.Context context)
      Creates a connected registry for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryCreateParameters - The parameters for creating a connectedRegistry.
      context - The context to associate with this operation.
      Returns:
      an object that represents a connected registry for a 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.
    • updateWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters)
      Updates a connected registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryUpdateParameters - The parameters for updating a connectedRegistry.
      Returns:
      an object that represents a connected registry for a container registry along with Response 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.
    • beginUpdateAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>,ConnectedRegistryInner> beginUpdateAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters)
      Updates a connected registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryUpdateParameters - The parameters for updating a connectedRegistry.
      Returns:
      the PollerFlux for polling of an object that represents a connected registry for a 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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>,ConnectedRegistryInner> beginUpdate(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters)
      Updates a connected registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryUpdateParameters - The parameters for updating a connectedRegistry.
      Returns:
      the SyncPoller for polling of an object that represents a connected registry for a 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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>,ConnectedRegistryInner> beginUpdate(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters, com.azure.core.util.Context context)
      Updates a connected registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryUpdateParameters - The parameters for updating a connectedRegistry.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of an object that represents a connected registry for a 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.
    • updateAsync

      Mono<ConnectedRegistryInner> updateAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters)
      Updates a connected registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryUpdateParameters - The parameters for updating a connectedRegistry.
      Returns:
      an object that represents a connected registry for a container registry 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.
    • update

      ConnectedRegistryInner update(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters)
      Updates a connected registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryUpdateParameters - The parameters for updating a connectedRegistry.
      Returns:
      an object that represents a connected registry for a 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.
    • update

      ConnectedRegistryInner update(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters, com.azure.core.util.Context context)
      Updates a connected registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      connectedRegistryUpdateParameters - The parameters for updating a connectedRegistry.
      context - The context to associate with this operation.
      Returns:
      an object that represents a connected registry for a 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.
    • deleteWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName)
      Deletes a connected registry from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the Response 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.
    • beginDeleteAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String connectedRegistryName)
      Deletes a connected registry from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the PollerFlux for 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 registryName, String connectedRegistryName)
      Deletes a connected registry from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the SyncPoller for 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 registryName, String connectedRegistryName, com.azure.core.util.Context context)
      Deletes a connected registry from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for 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

      Mono<Void> deleteAsync(String resourceGroupName, String registryName, String connectedRegistryName)
      Deletes a connected registry from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      A Mono that 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

      void delete(String resourceGroupName, String registryName, String connectedRegistryName)
      Deletes a connected registry from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected 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 registryName, String connectedRegistryName, com.azure.core.util.Context context)
      Deletes a connected registry from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected 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.
    • listAsync

      com.azure.core.http.rest.PagedFlux<ConnectedRegistryInner> listAsync(String resourceGroupName, String registryName, String filter)
      Lists all connected registries for the specified container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      filter - An OData filter expression that describes a subset of connectedRegistries to return. The parameters that can be filtered are parent.id (the resource id of the connectedRegistry parent), mode, and connectionState. The supported operator is eq.
      Returns:
      the result of a request to list connected registries for a container registry 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.
    • listAsync

      com.azure.core.http.rest.PagedFlux<ConnectedRegistryInner> listAsync(String resourceGroupName, String registryName)
      Lists all connected registries for the specified container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      Returns:
      the result of a request to list connected registries for a container registry 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<ConnectedRegistryInner> list(String resourceGroupName, String registryName)
      Lists all connected registries for the specified container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      Returns:
      the result of a request to list connected registries for a container registry 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<ConnectedRegistryInner> list(String resourceGroupName, String registryName, String filter, com.azure.core.util.Context context)
      Lists all connected registries for the specified container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      filter - An OData filter expression that describes a subset of connectedRegistries to return. The parameters that can be filtered are parent.id (the resource id of the connectedRegistry parent), mode, and connectionState. The supported operator is eq.
      context - The context to associate with this operation.
      Returns:
      the result of a request to list connected registries for a container registry 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.
    • deactivateWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deactivateWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName)
      Deactivates the connected registry instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the Response 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.
    • beginDeactivateAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeactivateAsync(String resourceGroupName, String registryName, String connectedRegistryName)
      Deactivates the connected registry instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the PollerFlux for 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.
    • beginDeactivate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeactivate(String resourceGroupName, String registryName, String connectedRegistryName)
      Deactivates the connected registry instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      the SyncPoller for 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.
    • beginDeactivate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeactivate(String resourceGroupName, String registryName, String connectedRegistryName, com.azure.core.util.Context context)
      Deactivates the connected registry instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for 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.
    • deactivateAsync

      Mono<Void> deactivateAsync(String resourceGroupName, String registryName, String connectedRegistryName)
      Deactivates the connected registry instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected registry.
      Returns:
      A Mono that 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.
    • deactivate

      void deactivate(String resourceGroupName, String registryName, String connectedRegistryName)
      Deactivates the connected registry instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected 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.
    • deactivate

      void deactivate(String resourceGroupName, String registryName, String connectedRegistryName, com.azure.core.util.Context context)
      Deactivates the connected registry instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      connectedRegistryName - The name of the connected 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.