@@ -61,14 +61,14 @@ public partial class DigitalTwinsClient
6161 protected DigitalTwinsClient ( ) { }
6262 public DigitalTwinsClient ( System . Uri endpoint , Azure . Core . TokenCredential credential ) { }
6363 public DigitalTwinsClient ( System . Uri endpoint , Azure . Core . TokenCredential credential , Azure . DigitalTwins . Core . DigitalTwinsClientOptions options ) { }
64- public virtual Azure . Response < string > CreateDigitalTwin ( string digitalTwinId , string digitalTwin , Azure . DigitalTwins . Core . CreateDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
65- public virtual System . Threading . Tasks . Task < Azure . Response < string > > CreateDigitalTwinAsync ( string digitalTwinId , string digitalTwin , Azure . DigitalTwins . Core . CreateDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
64+ public virtual System . Threading . Tasks . Task < Azure . Response < T > > CreateDigitalTwinAsync < T > ( string digitalTwinId , T digitalTwin , Azure . DigitalTwins . Core . CreateDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
65+ public virtual Azure . Response < T > CreateDigitalTwin < T > ( string digitalTwinId , T digitalTwin , Azure . DigitalTwins . Core . CreateDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6666 public virtual Azure . Response CreateEventRoute ( string eventRouteId , Azure . DigitalTwins . Core . EventRoute eventRoute , Azure . DigitalTwins . Core . CreateEventRouteOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6767 public virtual System . Threading . Tasks . Task < Azure . Response > CreateEventRouteAsync ( string eventRouteId , Azure . DigitalTwins . Core . EventRoute eventRoute , Azure . DigitalTwins . Core . CreateEventRouteOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6868 public virtual Azure . Response < Azure . DigitalTwins . Core . DigitalTwinsModelData [ ] > CreateModels ( System . Collections . Generic . IEnumerable < string > models , Azure . DigitalTwins . Core . CreateModelsOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6969 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . DigitalTwins . Core . DigitalTwinsModelData [ ] > > CreateModelsAsync ( System . Collections . Generic . IEnumerable < string > models , Azure . DigitalTwins . Core . CreateModelsOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
70- public virtual Azure . Response < string > CreateRelationship ( string digitalTwinId , string relationshipId , string relationship , Azure . DigitalTwins . Core . CreateRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
71- public virtual System . Threading . Tasks . Task < Azure . Response < string > > CreateRelationshipAsync ( string digitalTwinId , string relationshipId , string relationship , Azure . DigitalTwins . Core . CreateRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
70+ public virtual System . Threading . Tasks . Task < Azure . Response < T > > CreateRelationshipAsync < T > ( string digitalTwinId , string relationshipId , T relationship , Azure . DigitalTwins . Core . CreateRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
71+ public virtual Azure . Response < T > CreateRelationship < T > ( string digitalTwinId , string relationshipId , T relationship , Azure . DigitalTwins . Core . CreateRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
7272 public virtual Azure . Response DecommissionModel ( string modelId , Azure . DigitalTwins . Core . DecomissionModelOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
7373 public virtual System . Threading . Tasks . Task < Azure . Response > DecommissionModelAsync ( string modelId , Azure . DigitalTwins . Core . DecomissionModelOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
7474 public virtual Azure . Response DeleteDigitalTwin ( string digitalTwinId , Azure . DigitalTwins . Core . DeleteDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -79,10 +79,10 @@ public DigitalTwinsClient(System.Uri endpoint, Azure.Core.TokenCredential creden
7979 public virtual System . Threading . Tasks . Task < Azure . Response > DeleteModelAsync ( string modelId , Azure . DigitalTwins . Core . DeleteModelOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
8080 public virtual Azure . Response DeleteRelationship ( string digitalTwinId , string relationshipId , Azure . DigitalTwins . Core . DeleteRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
8181 public virtual System . Threading . Tasks . Task < Azure . Response > DeleteRelationshipAsync ( string digitalTwinId , string relationshipId , Azure . DigitalTwins . Core . DeleteRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
82- public virtual Azure . Response < string > GetComponent ( string digitalTwinId , string componentName , Azure . DigitalTwins . Core . GetComponentOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
83- public virtual System . Threading . Tasks . Task < Azure . Response < string > > GetComponentAsync ( string digitalTwinId , string componentName , Azure . DigitalTwins . Core . GetComponentOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
84- public virtual Azure . Response < string > GetDigitalTwin ( string digitalTwinId , Azure . DigitalTwins . Core . GetDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
85- public virtual System . Threading . Tasks . Task < Azure . Response < string > > GetDigitalTwinAsync ( string digitalTwinId , Azure . DigitalTwins . Core . GetDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
82+ public virtual System . Threading . Tasks . Task < Azure . Response < T > > GetComponentAsync < T > ( string digitalTwinId , string componentName , Azure . DigitalTwins . Core . GetComponentOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
83+ public virtual Azure . Response < T > GetComponent < T > ( string digitalTwinId , string componentName , Azure . DigitalTwins . Core . GetComponentOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
84+ public virtual System . Threading . Tasks . Task < Azure . Response < T > > GetDigitalTwinAsync < T > ( string digitalTwinId , Azure . DigitalTwins . Core . GetDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
85+ public virtual Azure . Response < T > GetDigitalTwin < T > ( string digitalTwinId , Azure . DigitalTwins . Core . GetDigitalTwinOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
8686 public virtual Azure . Response < Azure . DigitalTwins . Core . EventRoute > GetEventRoute ( string eventRouteId , Azure . DigitalTwins . Core . GetEventRouteOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
8787 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . DigitalTwins . Core . EventRoute > > GetEventRouteAsync ( string eventRouteId , Azure . DigitalTwins . Core . GetEventRouteOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
8888 public virtual Azure . Pageable < Azure . DigitalTwins . Core . EventRoute > GetEventRoutes ( Azure . DigitalTwins . Core . GetEventRoutesOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -93,10 +93,10 @@ public DigitalTwinsClient(System.Uri endpoint, Azure.Core.TokenCredential creden
9393 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . DigitalTwins . Core . DigitalTwinsModelData > > GetModelAsync ( string modelId , Azure . DigitalTwins . Core . GetModelOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
9494 public virtual Azure . Pageable < Azure . DigitalTwins . Core . DigitalTwinsModelData > GetModels ( Azure . DigitalTwins . Core . GetModelsOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
9595 public virtual Azure . AsyncPageable < Azure . DigitalTwins . Core . DigitalTwinsModelData > GetModelsAsync ( Azure . DigitalTwins . Core . GetModelsOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
96- public virtual Azure . Response < string > GetRelationship ( string digitalTwinId , string relationshipId , Azure . DigitalTwins . Core . GetRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
97- public virtual System . Threading . Tasks . Task < Azure . Response < string > > GetRelationshipAsync ( string digitalTwinId , string relationshipId , Azure . DigitalTwins . Core . GetRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
96+ public virtual System . Threading . Tasks . Task < Azure . Response < T > > GetRelationshipAsync < T > ( string digitalTwinId , string relationshipId , Azure . DigitalTwins . Core . GetRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
9897 public virtual Azure . Pageable < string > GetRelationships ( string digitalTwinId , string relationshipName = null , Azure . DigitalTwins . Core . GetRelationshipsOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
9998 public virtual Azure . AsyncPageable < string > GetRelationshipsAsync ( string digitalTwinId , string relationshipName = null , Azure . DigitalTwins . Core . GetRelationshipsOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
99+ public virtual Azure . Response < T > GetRelationship < T > ( string digitalTwinId , string relationshipId , Azure . DigitalTwins . Core . GetRelationshipOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
100100 public virtual Azure . Response PublishComponentTelemetry ( string digitalTwinId , string componentName , string messageId , string payload , Azure . DigitalTwins . Core . PublishComponentTelemetryOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
101101 public virtual System . Threading . Tasks . Task < Azure . Response > PublishComponentTelemetryAsync ( string digitalTwinId , string componentName , string messageId , string payload , Azure . DigitalTwins . Core . PublishComponentTelemetryOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
102102 public virtual Azure . Response PublishTelemetry ( string digitalTwinId , string messageId , string payload , Azure . DigitalTwins . Core . PublishTelemetryOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
0 commit comments