Interface ConnectedRegistriesClient
public interface ConnectedRegistriesClient
An instance of this class provides access to all the operations defined in ConnectedRegistriesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.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.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.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.beginDeactivate(String resourceGroupName, String registryName, String connectedRegistryName) Deactivates the connected registry instance.beginDeactivate(String resourceGroupName, String registryName, String connectedRegistryName, com.azure.core.util.Context context) Deactivates the connected registry instance.beginDeactivateAsync(String resourceGroupName, String registryName, String connectedRegistryName) Deactivates the connected registry instance.beginDelete(String resourceGroupName, String registryName, String connectedRegistryName) Deletes a connected registry from a container registry.beginDelete(String resourceGroupName, String registryName, String connectedRegistryName, com.azure.core.util.Context context) Deletes a connected registry from a container registry.beginDeleteAsync(String resourceGroupName, String registryName, String connectedRegistryName) Deletes a connected registry from a container registry.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.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.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.create(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters) Creates a connected registry for a container registry with the specified parameters.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.createAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryInner connectedRegistryCreateParameters) Creates a connected registry for a container registry with the specified parameters.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.voiddeactivate(String resourceGroupName, String registryName, String connectedRegistryName) Deactivates the connected registry instance.voiddeactivate(String resourceGroupName, String registryName, String connectedRegistryName, com.azure.core.util.Context context) Deactivates the connected registry instance.deactivateAsync(String resourceGroupName, String registryName, String connectedRegistryName) Deactivates the connected registry instance.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deactivateWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName) Deactivates the connected registry instance.voidDeletes a connected registry from a container registry.voiddelete(String resourceGroupName, String registryName, String connectedRegistryName, com.azure.core.util.Context context) Deletes a connected registry from a container registry.deleteAsync(String resourceGroupName, String registryName, String connectedRegistryName) Deletes a connected registry from a container registry.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName) Deletes a connected registry from a container registry.Gets the properties of the connected registry.Gets the properties of the connected registry.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.Mono<com.azure.core.http.rest.Response<ConnectedRegistryInner>> getWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName) Gets the properties of the connected registry.com.azure.core.http.rest.PagedIterable<ConnectedRegistryInner> Lists all connected registries for the specified container registry.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.com.azure.core.http.rest.PagedFlux<ConnectedRegistryInner> Lists all connected registries for the specified container registry.com.azure.core.http.rest.PagedFlux<ConnectedRegistryInner> Lists all connected registries for the specified container registry.update(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters) Updates a connected registry with the specified parameters.update(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters, com.azure.core.util.Context context) Updates a connected registry with the specified parameters.updateAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters) Updates a connected registry with the specified parameters.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.
-
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
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<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
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.
-
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
PollerFluxfor 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
SyncPollerfor 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
SyncPollerfor 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
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.
-
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
PollerFluxfor 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
SyncPollerfor 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
SyncPollerfor 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
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 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
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 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
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 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
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
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
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
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
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.
-
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
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.
-
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
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.
-
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
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.
-
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
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.
-
deactivate
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.
-