ReplicationsClient Interface

public interface ReplicationsClient

An instance of this class provides access to all the operations defined in ReplicationsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ReplicationInner>,ReplicationInner> beginCreate(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication for a container registry with the specified parameters.

abstract SyncPoller<PollResult<ReplicationInner>,ReplicationInner> beginCreate(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication, Context context)

Creates a replication for a container registry with the specified parameters.

abstract PollerFlux<PollResult<ReplicationInner>,ReplicationInner> beginCreateAsync(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication for a container registry with the specified parameters.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String replicationName, Context context)

Deletes a replication from a container registry.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

abstract SyncPoller<PollResult<ReplicationInner>,ReplicationInner> beginUpdate(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication for a container registry with the specified parameters.

abstract SyncPoller<PollResult<ReplicationInner>,ReplicationInner> beginUpdate(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters, Context context)

Updates a replication for a container registry with the specified parameters.

abstract PollerFlux<PollResult<ReplicationInner>,ReplicationInner> beginUpdateAsync(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication for a container registry with the specified parameters.

abstract ReplicationInner create(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication for a container registry with the specified parameters.

abstract ReplicationInner create(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication, Context context)

Creates a replication for a container registry with the specified parameters.

abstract Mono<ReplicationInner> createAsync(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication for a container registry with the specified parameters.

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication for a container registry with the specified parameters.

abstract void delete(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

abstract void delete(String resourceGroupName, String registryName, String replicationName, Context context)

Deletes a replication from a container registry.

abstract Mono<Void> deleteAsync(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

abstract ReplicationInner get(String resourceGroupName, String registryName, String replicationName)

Gets the properties of the specified replication.

abstract Mono<ReplicationInner> getAsync(String resourceGroupName, String registryName, String replicationName)

Gets the properties of the specified replication.

abstract Response<ReplicationInner> getWithResponse(String resourceGroupName, String registryName, String replicationName, Context context)

Gets the properties of the specified replication.

abstract Mono<Response<ReplicationInner>> getWithResponseAsync(String resourceGroupName, String registryName, String replicationName)

Gets the properties of the specified replication.

abstract PagedIterable<ReplicationInner> list(String resourceGroupName, String registryName)

Lists all the replications for the specified container registry.

abstract PagedIterable<ReplicationInner> list(String resourceGroupName, String registryName, Context context)

Lists all the replications for the specified container registry.

abstract PagedFlux<ReplicationInner> listAsync(String resourceGroupName, String registryName)

Lists all the replications for the specified container registry.

abstract ReplicationInner update(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication for a container registry with the specified parameters.

abstract ReplicationInner update(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters, Context context)

Updates a replication for a container registry with the specified parameters.

abstract Mono<ReplicationInner> updateAsync(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication for a container registry with the specified parameters.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication for a container registry with the specified parameters.

Method Details

beginCreate

public abstract SyncPoller<PollResult<ReplicationInner>,ReplicationInner> beginCreate(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication 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.
replicationName - The name of the replication.
replication - The parameters for creating a replication.

Returns:

the SyncPoller<T,U> for polling of an object that represents a replication for a container registry.

beginCreate

public abstract SyncPoller<PollResult<ReplicationInner>,ReplicationInner> beginCreate(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication, Context context)

Creates a replication 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.
replicationName - The name of the replication.
replication - The parameters for creating a replication.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of an object that represents a replication for a container registry.

beginCreateAsync

public abstract PollerFlux<PollResult<ReplicationInner>,ReplicationInner> beginCreateAsync(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication 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.
replicationName - The name of the replication.
replication - The parameters for creating a replication.

Returns:

the PollerFlux<T,U> for polling of an object that represents a replication for a container registry.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String replicationName, Context context)

Deletes a replication from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller<PollResult<ReplicationInner>,ReplicationInner> beginUpdate(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication 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.
replicationName - The name of the replication.
replicationUpdateParameters - The parameters for updating a replication.

Returns:

the SyncPoller<T,U> for polling of an object that represents a replication for a container registry.

beginUpdate

public abstract SyncPoller<PollResult<ReplicationInner>,ReplicationInner> beginUpdate(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters, Context context)

Updates a replication 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.
replicationName - The name of the replication.
replicationUpdateParameters - The parameters for updating a replication.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of an object that represents a replication for a container registry.

beginUpdateAsync

public abstract PollerFlux<PollResult<ReplicationInner>,ReplicationInner> beginUpdateAsync(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication 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.
replicationName - The name of the replication.
replicationUpdateParameters - The parameters for updating a replication.

Returns:

the PollerFlux<T,U> for polling of an object that represents a replication for a container registry.

create

public abstract ReplicationInner create(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication 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.
replicationName - The name of the replication.
replication - The parameters for creating a replication.

Returns:

an object that represents a replication for a container registry.

create

public abstract ReplicationInner create(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication, Context context)

Creates a replication 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.
replicationName - The name of the replication.
replication - The parameters for creating a replication.
context - The context to associate with this operation.

Returns:

an object that represents a replication for a container registry.

createAsync

public abstract Mono<ReplicationInner> createAsync(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication 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.
replicationName - The name of the replication.
replication - The parameters for creating a replication.

Returns:

an object that represents a replication for a container registry on successful completion of Mono.

createWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String replicationName, ReplicationInner replication)

Creates a replication 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.
replicationName - The name of the replication.
replication - The parameters for creating a replication.

Returns:

an object that represents a replication for a container registry along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.

delete

public abstract void delete(String resourceGroupName, String registryName, String replicationName, Context context)

Deletes a replication from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.
context - The context to associate with this operation.

deleteAsync

public abstract Mono<Void> deleteAsync(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String replicationName)

Deletes a replication from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ReplicationInner get(String resourceGroupName, String registryName, String replicationName)

Gets the properties of the specified replication.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.

Returns:

the properties of the specified replication.

getAsync

public abstract Mono<ReplicationInner> getAsync(String resourceGroupName, String registryName, String replicationName)

Gets the properties of the specified replication.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.

Returns:

the properties of the specified replication on successful completion of Mono.

getWithResponse

public abstract Response<ReplicationInner> getWithResponse(String resourceGroupName, String registryName, String replicationName, Context context)

Gets the properties of the specified replication.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.
context - The context to associate with this operation.

Returns:

the properties of the specified replication along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<ReplicationInner>> getWithResponseAsync(String resourceGroupName, String registryName, String replicationName)

Gets the properties of the specified replication.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
replicationName - The name of the replication.

Returns:

the properties of the specified replication along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable<ReplicationInner> list(String resourceGroupName, String registryName)

Lists all the replications 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 replications for a container registry as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ReplicationInner> list(String resourceGroupName, String registryName, Context context)

Lists all the replications 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.
context - The context to associate with this operation.

Returns:

the result of a request to list replications for a container registry as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<ReplicationInner> listAsync(String resourceGroupName, String registryName)

Lists all the replications 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 replications for a container registry as paginated response with PagedFlux<T>.

update

public abstract ReplicationInner update(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication 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.
replicationName - The name of the replication.
replicationUpdateParameters - The parameters for updating a replication.

Returns:

an object that represents a replication for a container registry.

update

public abstract ReplicationInner update(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters, Context context)

Updates a replication 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.
replicationName - The name of the replication.
replicationUpdateParameters - The parameters for updating a replication.
context - The context to associate with this operation.

Returns:

an object that represents a replication for a container registry.

updateAsync

public abstract Mono<ReplicationInner> updateAsync(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication 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.
replicationName - The name of the replication.
replicationUpdateParameters - The parameters for updating a replication.

Returns:

an object that represents a replication for a container registry on successful completion of Mono.

updateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String replicationName, ReplicationUpdateParameters replicationUpdateParameters)

Updates a replication 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.
replicationName - The name of the replication.
replicationUpdateParameters - The parameters for updating a replication.

Returns:

an object that represents a replication for a container registry along with Response<T> on successful completion of Mono.

Applies to