Datasource Set Args
data class DatasourceSetArgs(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 resourceProperties: Output<DefaultResourcePropertiesArgs>? = null, val resourceType: Output<String>? = null, val resourceUri: Output<String>? = null) : ConvertibleToJava<DatasourceSetArgs>
DatasourceSet details of datasource to be backed up
Constructors
Link copied to clipboard
constructor(datasourceType: Output<String>? = null, objectType: Output<String>? = null, resourceID: Output<String>, resourceLocation: Output<String>? = null, resourceName: Output<String>? = null, resourceProperties: Output<DefaultResourcePropertiesArgs>? = null, resourceType: Output<String>? = null, resourceUri: Output<String>? = null)
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
Properties specific to data source set
Link copied to clipboard
Resource Type of Datasource.
Link copied to clipboard
Uri of the resource.