Show / Hide Table of Contents

Class ShareSnapshotScheduleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ShareSnapshotScheduleArgs
Inherited Members
ResourceArgs.Empty
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 Source

ShareSnapshotScheduleArgs()

Declaration
public ShareSnapshotScheduleArgs()

Properties

View Source

Name

The name of the snapshot schedule.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

StartTime

The synchronization with the source data's start time.

Declaration
public Input<string> StartTime { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.