Show / Hide Table of Contents

Class ShareSnapshotSchedule

Inheritance
System.Object
ShareSnapshotSchedule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataShare.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ShareSnapshotSchedule

Fields

View Source

Name

The name of the snapshot schedule.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Recurrence

The interval of the synchronization with the source data. Possible values are Hour and Day.

Declaration
public readonly string Recurrence
Field Value
Type Description
System.String
View Source

StartTime

The synchronization with the source data's start time.

Declaration
public readonly string StartTime
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.