@@ -114,7 +114,7 @@ public AIProjectClient(System.Uri endpoint, System.ClientModel.AuthenticationTok
114
114
public virtual Azure . AI . Projects . DeploymentsOperations GetDeploymentsOperationsClient ( ) { throw null ; }
115
115
public virtual Azure . AI . Projects . Evaluations GetEvaluationsClient ( ) { throw null ; }
116
116
public virtual Azure . AI . Projects . IndexesOperations GetIndexesOperationsClient ( ) { throw null ; }
117
- public OpenAI . OpenAIClient GetOpenAIClient ( string ? connectionName = null , string ? apiVersion = null ) { throw null ; }
117
+ public virtual OpenAI . OpenAIClient GetOpenAIClient ( string ? connectionName = null , string ? apiVersion = null ) { throw null ; }
118
118
public virtual Azure . AI . Projects . RedTeams GetRedTeamsClient ( ) { throw null ; }
119
119
}
120
120
public partial class AIProjectClientOptions : System . ClientModel . Primitives . ClientPipelineOptions
@@ -370,14 +370,14 @@ public partial class ConnectionsOperations
370
370
{
371
371
protected ConnectionsOperations ( ) { }
372
372
public System . ClientModel . Primitives . ClientPipeline Pipeline { get { throw null ; } }
373
- public Azure . AI . Projects . ConnectionProperties GetConnection ( string connectionName , bool includeCredentials = false , string clientRequestId = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
374
- public System . Threading . Tasks . Task < System . ClientModel . ClientResult < Azure . AI . Projects . ConnectionProperties > > GetConnectionAsync ( string connectionName , bool includeCredentials = false , string clientRequestId = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
373
+ public virtual Azure . AI . Projects . ConnectionProperties GetConnection ( string connectionName , bool includeCredentials = false , string clientRequestId = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
374
+ public virtual System . Threading . Tasks . Task < System . ClientModel . ClientResult < Azure . AI . Projects . ConnectionProperties > > GetConnectionAsync ( string connectionName , bool includeCredentials = false , string clientRequestId = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
375
375
public virtual System . ClientModel . CollectionResult < Azure . AI . Projects . ConnectionProperties > GetConnections ( Azure . AI . Projects . ConnectionType ? connectionType = default ( Azure . AI . Projects . ConnectionType ? ) , bool ? defaultConnection = default ( bool ? ) , string clientRequestId = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
376
376
public virtual System . ClientModel . Primitives . CollectionResult GetConnections ( string connectionType , bool ? defaultConnection , string clientRequestId , System . ClientModel . Primitives . RequestOptions options ) { throw null ; }
377
377
public virtual System . ClientModel . AsyncCollectionResult < Azure . AI . Projects . ConnectionProperties > GetConnectionsAsync ( Azure . AI . Projects . ConnectionType ? connectionType = default ( Azure . AI . Projects . ConnectionType ? ) , bool ? defaultConnection = default ( bool ? ) , string clientRequestId = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
378
378
public virtual System . ClientModel . Primitives . AsyncCollectionResult GetConnectionsAsync ( string connectionType , bool ? defaultConnection , string clientRequestId , System . ClientModel . Primitives . RequestOptions options ) { throw null ; }
379
- public Azure . AI . Projects . ConnectionProperties GetDefaultConnection ( Azure . AI . Projects . ConnectionType ? connectionType = default ( Azure . AI . Projects . ConnectionType ? ) , bool includeCredentials = false ) { throw null ; }
380
- public System . Threading . Tasks . Task < Azure . AI . Projects . ConnectionProperties > GetDefaultConnectionAsync ( Azure . AI . Projects . ConnectionType ? connectionType = default ( Azure . AI . Projects . ConnectionType ? ) , bool includeCredentials = false ) { throw null ; }
379
+ public virtual Azure . AI . Projects . ConnectionProperties GetDefaultConnection ( Azure . AI . Projects . ConnectionType ? connectionType = default ( Azure . AI . Projects . ConnectionType ? ) , bool includeCredentials = false ) { throw null ; }
380
+ public virtual System . Threading . Tasks . Task < Azure . AI . Projects . ConnectionProperties > GetDefaultConnectionAsync ( Azure . AI . Projects . ConnectionType ? connectionType = default ( Azure . AI . Projects . ConnectionType ? ) , bool includeCredentials = false ) { throw null ; }
381
381
}
382
382
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
383
383
public readonly partial struct ConnectionType : System . IEquatable < Azure . AI . Projects . ConnectionType >
0 commit comments