Get Restore Point Plain Args
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)