Get Restore Point Collection Plain Args
data class GetRestorePointCollectionPlainArgs(val expand: String? = null, val resourceGroupName: String, val restorePointCollectionName: String) : ConvertibleToJava<GetRestorePointCollectionPlainArgs>
Constructors
Link copied to clipboard
fun GetRestorePointCollectionPlainArgs(expand: String? = null, resourceGroupName: String, restorePointCollectionName: String)