GetRestorePointPlainArgs

data class GetRestorePointPlainArgs(val resourceGroupName: String, val restorePointCollectionName: String, val restorePointName: String) : ConvertibleToJava<GetRestorePointPlainArgs>

Constructors

Link copied to clipboard
fun GetRestorePointPlainArgs(resourceGroupName: String, restorePointCollectionName: String, restorePointName: String)

Functions

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

Properties

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the restore point collection.

Link copied to clipboard

The name of the restore point.