AzureOperationalStoreParametersArgs

data class AzureOperationalStoreParametersArgs(val dataStoreType: Output<Either<String, DataStoreTypes>>, val objectType: Output<String>, val resourceGroupId: Output<String>? = null) : ConvertibleToJava<AzureOperationalStoreParametersArgs>

Parameters for Operational-Tier DataStore

Constructors

Link copied to clipboard
constructor(dataStoreType: Output<Either<String, DataStoreTypes>>, objectType: Output<String>, resourceGroupId: Output<String>? = null)

Properties

Link copied to clipboard
val dataStoreType: Output<Either<String, DataStoreTypes>>

type of datastore; Operational/Vault/Archive

Link copied to clipboard
val objectType: Output<String>

Type of the specific object - used for deserializing Expected value is 'AzureOperationalStoreParameters'.

Link copied to clipboard
val resourceGroupId: Output<String>? = null

Gets or sets the Snapshot Resource Group Uri.

Functions

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