GetRestorePointPlainArgs

data class GetRestorePointPlainArgs(val expand: String? = null, val resourceGroupName: String, val restorePointCollectionName: String, val restorePointName: String) : ConvertibleToJava<GetRestorePointPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, resourceGroupName: String, restorePointCollectionName: String, restorePointName: String)

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation. 'InstanceView' retrieves information about the run-time state of a restore point.

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