get Replication
Gets the properties of the specified replication. API Version: 2019-05-01.
Return
An object that represents a replication for a container registry.
Parameters
argument
null
suspend fun getReplication(registryName: String, replicationName: String, resourceGroupName: String): GetReplicationResult
Return
An object that represents a replication for a container registry.
Parameters
registry Name
The name of the container registry.
replication Name
The name of the replication.
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun getReplication(argument: suspend GetReplicationPlainArgsBuilder.() -> Unit): GetReplicationResult
Return
An object that represents a replication for a container registry.
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.GetReplicationPlainArgs.