Class ShareSnapshotScheduleArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ShareSnapshotScheduleArgs : ResourceArgs
Constructors
View SourceShareSnapshotScheduleArgs()
Declaration
public ShareSnapshotScheduleArgs()
Properties
View SourceName
The name of the snapshot schedule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Recurrence
The interval of the synchronization with the source data. Possible values are Hour and Day.
Declaration
public Input<string> Recurrence { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartTime
The synchronization with the source data's start time.
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |