SnapshotCreationDataArgs

data class SnapshotCreationDataArgs(val sourceId: Output<String>) : ConvertibleToJava<SnapshotCreationDataArgs>

Data used when creating a volume snapshot.

Constructors

Link copied to clipboard
constructor(sourceId: Output<String>)

Properties

Link copied to clipboard
val sourceId: Output<String>

Fully qualified resource ID of the volume. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}"

Functions

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