AzureOperationalStoreParametersResponse

data class AzureOperationalStoreParametersResponse(val dataStoreType: String, val objectType: String, val resourceGroupId: String? = null)

Parameters for Operational-Tier DataStore

Constructors

Link copied to clipboard
constructor(dataStoreType: String, objectType: String, resourceGroupId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

type of datastore; Operational/Vault/Archive

Link copied to clipboard

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

Link copied to clipboard
val resourceGroupId: String? = null

Gets or sets the Snapshot Resource Group Uri.