UnknownLocation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| UnknownLocation() |
Initializes a new instance of UnknownLocation for deserialization. |
| UnknownLocation(LocationType, IDictionary<String,BinaryData>) |
Initializes a new instance of UnknownLocation. |
UnknownLocation()
- Source:
- UnknownLocation.cs
Initializes a new instance of UnknownLocation for deserialization.
public UnknownLocation();
Public Sub New ()
Applies to
UnknownLocation(LocationType, IDictionary<String,BinaryData>)
- Source:
- UnknownLocation.cs
Initializes a new instance of UnknownLocation.
public UnknownLocation(Azure.AI.AgentServer.Contracts.Generated.OpenAI.LocationType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.UnknownLocation : Azure.AI.AgentServer.Contracts.Generated.OpenAI.LocationType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.UnknownLocation
Public Sub New (type As LocationType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- type
- LocationType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.