GetReplicaPlainArgs

data class GetReplicaPlainArgs(val configStoreName: String, val replicaName: String, val resourceGroupName: String) : ConvertibleToJava<GetReplicaPlainArgs>

Constructors

Link copied to clipboard
constructor(configStoreName: String, replicaName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the configuration store.

Link copied to clipboard

The name of the replica.

Link copied to clipboard

The name of the resource group to which the container registry belongs.

Functions

Link copied to clipboard
open override fun toJava(): GetReplicaPlainArgs