GetRestorePointPlainArgs

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

Constructors

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

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.

Functions

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