@@ -485,17 +485,17 @@ public static partial class AIProjectsModelFactory
485485 public static Azure . AI . Projects . AgentPageableListOfVectorStore AgentPageableListOfVectorStore ( Azure . AI . Projects . AgentPageableListOfVectorStoreObject @object = default ( Azure . AI . Projects . AgentPageableListOfVectorStoreObject ) , System . Collections . Generic . IEnumerable < Azure . AI . Projects . VectorStore > data = null , string firstId = null , string lastId = null , bool hasMore = false ) { throw null ; }
486486 public static Azure . AI . Projects . AgentPageableListOfVectorStoreFile AgentPageableListOfVectorStoreFile ( Azure . AI . Projects . AgentPageableListOfVectorStoreFileObject @object = default ( Azure . AI . Projects . AgentPageableListOfVectorStoreFileObject ) , System . Collections . Generic . IEnumerable < Azure . AI . Projects . VectorStoreFile > data = null , string firstId = null , string lastId = null , bool hasMore = false ) { throw null ; }
487487 public static Azure . AI . Projects . AzureFunctionBinding AzureFunctionBinding ( Azure . AI . Projects . AzureFunctionBindingType type = default ( Azure . AI . Projects . AzureFunctionBindingType ) , Azure . AI . Projects . AzureFunctionStorageQueue storageQueue = null ) { throw null ; }
488- public static Azure . AI . Projects . ConnectionProperties ConnectionProperties ( Azure . AI . Projects . ConnectionType category = Azure . AI . Projects . ConnectionType . AzureOpenAI , string target = null ) { throw null ; }
489- public static Azure . AI . Projects . ConnectionPropertiesApiKeyAuth ConnectionPropertiesApiKeyAuth ( Azure . AI . Projects . ConnectionType category = Azure . AI . Projects . ConnectionType . AzureOpenAI , string target = null , Azure . AI . Projects . CredentialsApiKeyAuth credentials = null ) { throw null ; }
488+ public static Azure . AI . Projects . ConnectionProperties ConnectionProperties ( Azure . AI . Projects . ConnectionType category = default ( Azure . AI . Projects . ConnectionType ) , string target = null ) { throw null ; }
489+ public static Azure . AI . Projects . ConnectionPropertiesApiKeyAuth ConnectionPropertiesApiKeyAuth ( Azure . AI . Projects . ConnectionType category = default ( Azure . AI . Projects . ConnectionType ) , string target = null , Azure . AI . Projects . CredentialsApiKeyAuth credentials = null ) { throw null ; }
490490 public static Azure . AI . Projects . ConnectionResponse ConnectionResponse ( string id = null , string name = null , Azure . AI . Projects . ConnectionProperties properties = null ) { throw null ; }
491491 public static Azure . AI . Projects . CredentialsApiKeyAuth CredentialsApiKeyAuth ( string key = null ) { throw null ; }
492492 public static Azure . AI . Projects . Evaluation Evaluation ( string id = null , Azure . AI . Projects . InputData data = null , Azure . AI . Projects . EvaluationTarget target = null , string displayName = null , string description = null , Azure . AI . Projects . SystemData systemData = null , string status = null , System . Collections . Generic . IDictionary < string , string > tags = null , System . Collections . Generic . IDictionary < string , string > properties = null , System . Collections . Generic . IDictionary < string , Azure . AI . Projects . EvaluatorConfiguration > evaluators = null ) { throw null ; }
493493 public static Azure . AI . Projects . EvaluationSchedule EvaluationSchedule ( string name = null , Azure . AI . Projects . ApplicationInsightsConfiguration data = null , string description = null , Azure . AI . Projects . SystemData systemData = null , string provisioningState = null , System . Collections . Generic . IDictionary < string , string > tags = null , System . Collections . Generic . IDictionary < string , string > properties = null , string isEnabled = null , System . Collections . Generic . IDictionary < string , Azure . AI . Projects . EvaluatorConfiguration > evaluators = null , Azure . AI . Projects . Trigger trigger = null ) { throw null ; }
494494 public static Azure . AI . Projects . FileSearchToolCallContent FileSearchToolCallContent ( Azure . AI . Projects . FileSearchToolCallContentType type = default ( Azure . AI . Projects . FileSearchToolCallContentType ) , string text = null ) { throw null ; }
495495 public static Azure . AI . Projects . GetWorkspaceResponse GetWorkspaceResponse ( string id = null , string name = null , Azure . AI . Projects . WorkspaceProperties properties = null ) { throw null ; }
496496 public static Azure . AI . Projects . IncompleteRunDetails IncompleteRunDetails ( Azure . AI . Projects . IncompleteDetailsReason reason = default ( Azure . AI . Projects . IncompleteDetailsReason ) ) { throw null ; }
497- public static Azure . AI . Projects . InternalConnectionPropertiesCustomAuth InternalConnectionPropertiesCustomAuth ( Azure . AI . Projects . ConnectionType category = Azure . AI . Projects . ConnectionType . AzureOpenAI , string target = null ) { throw null ; }
498- public static Azure . AI . Projects . InternalConnectionPropertiesNoAuth InternalConnectionPropertiesNoAuth ( Azure . AI . Projects . ConnectionType category = Azure . AI . Projects . ConnectionType . AzureOpenAI , string target = null ) { throw null ; }
497+ public static Azure . AI . Projects . InternalConnectionPropertiesCustomAuth InternalConnectionPropertiesCustomAuth ( Azure . AI . Projects . ConnectionType category = default ( Azure . AI . Projects . ConnectionType ) , string target = null ) { throw null ; }
498+ public static Azure . AI . Projects . InternalConnectionPropertiesNoAuth InternalConnectionPropertiesNoAuth ( Azure . AI . Projects . ConnectionType category = default ( Azure . AI . Projects . ConnectionType ) , string target = null ) { throw null ; }
499499 public static Azure . AI . Projects . ListConnectionsResponse ListConnectionsResponse ( System . Collections . Generic . IEnumerable < Azure . AI . Projects . ConnectionResponse > value = null ) { throw null ; }
500500 public static Azure . AI . Projects . MessageDelta MessageDelta ( Azure . AI . Projects . MessageRole role = default ( Azure . AI . Projects . MessageRole ) , System . Collections . Generic . IEnumerable < Azure . AI . Projects . MessageDeltaContent > content = null ) { throw null ; }
501501 public static Azure . AI . Projects . MessageDeltaChunk MessageDeltaChunk ( string id = null , Azure . AI . Projects . MessageDeltaChunkObject @object = default ( Azure . AI . Projects . MessageDeltaChunkObject ) , Azure . AI . Projects . MessageDelta delta = null ) { throw null ; }
@@ -772,16 +772,29 @@ public ConnectionsClient(System.Uri endpoint, string subscriptionId, string reso
772772 public virtual System . Threading . Tasks . Task < Azure . Response > GetWorkspaceAsync ( Azure . RequestContext context ) { throw null ; }
773773 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . Projects . GetWorkspaceResponse > > GetWorkspaceAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
774774 }
775- public enum ConnectionType
775+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
776+ public readonly partial struct ConnectionType : System . IEquatable < Azure . AI . Projects . ConnectionType >
776777 {
777- AzureOpenAI = 0 ,
778- Serverless = 1 ,
779- AzureBlobStorage = 2 ,
780- AzureAIServices = 3 ,
781- AzureAISearch = 4 ,
782- APIKey = 5 ,
783- Custom = 6 ,
784- CognitiveService = 7 ,
778+ private readonly object _dummy ;
779+ private readonly int _dummyPrimitive ;
780+ public ConnectionType ( string value ) { throw null ; }
781+ public static Azure . AI . Projects . ConnectionType APIKey { get { throw null ; } }
782+ public static Azure . AI . Projects . ConnectionType AzureAISearch { get { throw null ; } }
783+ public static Azure . AI . Projects . ConnectionType AzureAIServices { get { throw null ; } }
784+ public static Azure . AI . Projects . ConnectionType AzureBlobStorage { get { throw null ; } }
785+ public static Azure . AI . Projects . ConnectionType AzureOpenAI { get { throw null ; } }
786+ public static Azure . AI . Projects . ConnectionType CognitiveService { get { throw null ; } }
787+ public static Azure . AI . Projects . ConnectionType Custom { get { throw null ; } }
788+ public static Azure . AI . Projects . ConnectionType Serverless { get { throw null ; } }
789+ public bool Equals ( Azure . AI . Projects . ConnectionType other ) { throw null ; }
790+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
791+ public override bool Equals ( object obj ) { throw null ; }
792+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
793+ public override int GetHashCode ( ) { throw null ; }
794+ public static bool operator == ( Azure . AI . Projects . ConnectionType left , Azure . AI . Projects . ConnectionType right ) { throw null ; }
795+ public static implicit operator Azure . AI . Projects . ConnectionType ( string value ) { throw null ; }
796+ public static bool operator != ( Azure . AI . Projects . ConnectionType left , Azure . AI . Projects . ConnectionType right ) { throw null ; }
797+ public override string ToString ( ) { throw null ; }
785798 }
786799 public partial class CredentialsApiKeyAuth : System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . CredentialsApiKeyAuth > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . CredentialsApiKeyAuth >
787800 {
0 commit comments