Get Snapshot Policy Result
data class GetSnapshotPolicyResult(val accountName: String, val dailySchedules: List<GetSnapshotPolicyDailySchedule>, val enabled: Boolean, val hourlySchedules: List<GetSnapshotPolicyHourlySchedule>, val id: String, val location: String, val monthlySchedules: List<GetSnapshotPolicyMonthlySchedule>, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val weeklySchedules: List<GetSnapshotPolicyWeeklySchedule>)
A collection of values returned by getSnapshotPolicy.
Constructors
Link copied to clipboard
constructor(accountName: String, dailySchedules: List<GetSnapshotPolicyDailySchedule>, enabled: Boolean, hourlySchedules: List<GetSnapshotPolicyHourlySchedule>, id: String, location: String, monthlySchedules: List<GetSnapshotPolicyMonthlySchedule>, name: String, resourceGroupName: String, tags: Map<String, String>, weeklySchedules: List<GetSnapshotPolicyWeeklySchedule>)
Properties
Link copied to clipboard
The name of the NetApp Account in which the NetApp Snapshot Policy was created.
Link copied to clipboard
Daily snapshot schedule.
Link copied to clipboard
Hourly snapshot schedule.
Link copied to clipboard
List of the days of the month when the snapshots will be created.
Link copied to clipboard
The name of the resource group where the NetApp Snapshot Policy should be created.
Link copied to clipboard
Weekly snapshot schedule.