Datasource Args
data class DatasourceArgs(val datasourceType: Output<String>? = null, val objectType: Output<String>? = null, val resourceID: Output<String>, val resourceLocation: Output<String>? = null, val resourceName: Output<String>? = null, val resourceType: Output<String>? = null, val resourceUri: Output<String>? = null) : ConvertibleToJava<DatasourceArgs>
Datasource to be backed up
Properties
Link copied to clipboard
DatasourceType of the resource.
Link copied to clipboard
Type of Datasource object, used to initialize the right inherited type
Link copied to clipboard
Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
Link copied to clipboard
Location of datasource.
Link copied to clipboard
Unique identifier of the resource in the context of parent.
Link copied to clipboard
Resource Type of Datasource.
Link copied to clipboard
Uri of the resource.