GetRestorePointCollectionPlainArgs

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

Constructors

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

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the restore point collection.

Functions

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