Package version:

Interface SnapshotPolicyDetails

Snapshot policy properties

interface SnapshotPolicyDetails {
    dailySchedule?: DailySchedule;
    enabled?: boolean;
    hourlySchedule?: HourlySchedule;
    id?: string;
    location?: string;
    monthlySchedule?: MonthlySchedule;
    name?: string;
    provisioningState?: string;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
    weeklySchedule?: WeeklySchedule;
}

Properties

dailySchedule?: DailySchedule

Schedule for daily snapshots

enabled?: boolean

The property to decide policy is enabled or not

hourlySchedule?: HourlySchedule

Schedule for hourly snapshots

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource location

monthlySchedule?: MonthlySchedule

Schedule for monthly snapshots

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

weeklySchedule?: WeeklySchedule

Schedule for weekly snapshots