Show / Hide Table of Contents

Class GetShareSnapshotScheduleResult

Inheritance
System.Object
GetShareSnapshotScheduleResult
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 GetShareSnapshotScheduleResult

Fields

View Source

Name

The name of this Data Share.

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

Recurrence

The interval of the synchronization with the source data.

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.