Class ShareState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ShareState : ResourceArgs
Constructors
View SourceShareState()
Declaration
public ShareState()
Properties
View SourceAccountId
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> |
Description
The Data Share's description.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
SnapshotSchedule
A snapshot_schedule block as defined below.
Declaration
public Input<ShareSnapshotScheduleGetArgs> SnapshotSchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ShareSnapshotScheduleGetArgs> |
Terms
The terms of the Data Share.
Declaration
public Input<string> Terms { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |