com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.ReplicationsInner>, com.microsoft.azure.arm.collection.SupportsCreating<Replication.DefinitionStages.Blank>public interface Replications extends com.microsoft.azure.arm.collection.SupportsCreating<Replication.DefinitionStages.Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.ReplicationsInner>
| Modifier and Type | Method | Description |
|---|---|---|
rx.Completable |
deleteAsync(String resourceGroupName,
String registryName,
String replicationName) |
Deletes a replication from a container registry.
|
rx.Observable<Replication> |
getAsync(String resourceGroupName,
String registryName,
String replicationName) |
Gets the properties of the specified replication.
|
rx.Observable<Replication> |
listAsync(String resourceGroupName,
String registryName) |
Lists all the replications for the specified container registry.
|
rx.Observable<Replication> getAsync(String resourceGroupName, String registryName, String replicationName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.replicationName - The name of the replication.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<Replication> listAsync(String resourceGroupName, String registryName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.IllegalArgumentException - thrown if parameters fail the validationrx.Completable deleteAsync(String resourceGroupName, String registryName, String replicationName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.replicationName - The name of the replication.IllegalArgumentException - thrown if parameters fail the validation /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/