GetSnapshotPolicyResult

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>)

Types

Link copied to clipboard
object Companion

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

Defines that the NetApp Snapshot Policy is enabled or not.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Specifies the supported Azure location where the resource exists.

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 NetApp Snapshot Policy.

Link copied to clipboard

The name of the resource group where the NetApp Snapshot Policy should be created.

Link copied to clipboard
Link copied to clipboard