Show / Hide Table of Contents

Class ShareArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ShareArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ShareArgs : ResourceArgs

Constructors

View Source

ShareArgs()

Declaration
public ShareArgs()

Properties

View Source

AccountId

The ID of the Data Share account in which the Data Share is created. Changing this forces a new Data Share to be created.

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

Description

The Data Share's description.

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

Kind

The kind of the Data Share. Possible values are CopyBased and InPlace. Changing this forces a new Data Share to be created.

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

Name

The name which should be used for this Data Share. Changing this forces a new Data Share to be created.

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

SnapshotSchedule

A snapshot_schedule block as defined below.

Declaration
public Input<ShareSnapshotScheduleArgs> SnapshotSchedule { get; set; }
Property Value
Type Description
Input<ShareSnapshotScheduleArgs>
View Source

Terms

The terms of the Data Share.

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