@@ -196,8 +196,10 @@ protected TimeSeriesDatabaseConnectionResource() { }
196
196
public virtual Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionData Data { get { throw null ; } }
197
197
public virtual bool HasData { get { throw null ; } }
198
198
public static Azure . Core . ResourceIdentifier CreateResourceIdentifier ( string subscriptionId , string resourceGroupName , string resourceName , string timeSeriesDatabaseConnectionName ) { throw null ; }
199
- public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > Delete ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
200
- public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > > DeleteAsync ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
199
+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > Delete ( Azure . WaitUntil waitUntil , Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact ? cleanupConnectionArtifacts = default ( Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
200
+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > Delete ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken ) { throw null ; }
201
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > > DeleteAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact ? cleanupConnectionArtifacts = default ( Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
202
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > > DeleteAsync ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken ) { throw null ; }
201
203
public virtual Azure . Response < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > Get ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
202
204
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > > GetAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
203
205
public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionResource > Update ( Azure . WaitUntil waitUntil , Azure . ResourceManager . DigitalTwins . TimeSeriesDatabaseConnectionData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -206,17 +208,38 @@ protected TimeSeriesDatabaseConnectionResource() { }
206
208
}
207
209
namespace Azure . ResourceManager . DigitalTwins . Models
208
210
{
211
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
212
+ public readonly partial struct CleanupConnectionArtifact : System . IEquatable < Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact >
213
+ {
214
+ private readonly object _dummy ;
215
+ private readonly int _dummyPrimitive ;
216
+ public CleanupConnectionArtifact ( string value ) { throw null ; }
217
+ public static Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact False { get { throw null ; } }
218
+ public static Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact True { get { throw null ; } }
219
+ public bool Equals ( Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact other ) { throw null ; }
220
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
221
+ public override bool Equals ( object obj ) { throw null ; }
222
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
223
+ public override int GetHashCode ( ) { throw null ; }
224
+ public static bool operator == ( Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact left , Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact right ) { throw null ; }
225
+ public static implicit operator Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact ( string value ) { throw null ; }
226
+ public static bool operator != ( Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact left , Azure . ResourceManager . DigitalTwins . Models . CleanupConnectionArtifact right ) { throw null ; }
227
+ public override string ToString ( ) { throw null ; }
228
+ }
209
229
public partial class DataExplorerConnectionProperties : Azure . ResourceManager . DigitalTwins . Models . TimeSeriesDatabaseConnectionProperties
210
230
{
211
231
public DataExplorerConnectionProperties ( Azure . Core . ResourceIdentifier adxResourceId , System . Uri adxEndpointUri , string adxDatabaseName , System . Uri eventHubEndpointUri , string eventHubEntityPath , Azure . Core . ResourceIdentifier eventHubNamespaceResourceId ) { }
212
232
public string AdxDatabaseName { get { throw null ; } set { } }
213
233
public System . Uri AdxEndpointUri { get { throw null ; } set { } }
234
+ public string AdxRelationshipLifecycleEventsTableName { get { throw null ; } set { } }
214
235
public Azure . Core . ResourceIdentifier AdxResourceId { get { throw null ; } set { } }
215
236
public string AdxTableName { get { throw null ; } set { } }
237
+ public string AdxTwinLifecycleEventsTableName { get { throw null ; } set { } }
216
238
public string EventHubConsumerGroup { get { throw null ; } set { } }
217
239
public System . Uri EventHubEndpointUri { get { throw null ; } set { } }
218
240
public string EventHubEntityPath { get { throw null ; } set { } }
219
241
public Azure . Core . ResourceIdentifier EventHubNamespaceResourceId { get { throw null ; } set { } }
242
+ public Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval ? RecordPropertyAndItemRemovals { get { throw null ; } set { } }
220
243
}
221
244
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
222
245
public readonly partial struct DigitalTwinsAuthenticationType : System . IEquatable < Azure . ResourceManager . DigitalTwins . Models . DigitalTwinsAuthenticationType >
@@ -483,6 +506,24 @@ public DigitalTwinsServiceBusProperties() { }
483
506
public string PrimaryConnectionString { get { throw null ; } set { } }
484
507
public string SecondaryConnectionString { get { throw null ; } set { } }
485
508
}
509
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
510
+ public readonly partial struct RecordPropertyAndItemRemoval : System . IEquatable < Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval >
511
+ {
512
+ private readonly object _dummy ;
513
+ private readonly int _dummyPrimitive ;
514
+ public RecordPropertyAndItemRemoval ( string value ) { throw null ; }
515
+ public static Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval False { get { throw null ; } }
516
+ public static Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval True { get { throw null ; } }
517
+ public bool Equals ( Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval other ) { throw null ; }
518
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
519
+ public override bool Equals ( object obj ) { throw null ; }
520
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
521
+ public override int GetHashCode ( ) { throw null ; }
522
+ public static bool operator == ( Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval left , Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval right ) { throw null ; }
523
+ public static implicit operator Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval ( string value ) { throw null ; }
524
+ public static bool operator != ( Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval left , Azure . ResourceManager . DigitalTwins . Models . RecordPropertyAndItemRemoval right ) { throw null ; }
525
+ public override string ToString ( ) { throw null ; }
526
+ }
486
527
public abstract partial class TimeSeriesDatabaseConnectionProperties
487
528
{
488
529
protected TimeSeriesDatabaseConnectionProperties ( ) { }
0 commit comments