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 SourceName
The name of the snapshot schedule.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
StartTime
The synchronization with the source data's start time.
Declaration
public readonly string StartTime
Field Value
| Type | Description |
|---|---|
| System.String |