SwaggerCustomDynamicList Class
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.
The swagger custom dynamic list.
public class SwaggerCustomDynamicList
public class SwaggerCustomDynamicList : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.SwaggerCustomDynamicList>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.SwaggerCustomDynamicList>
type SwaggerCustomDynamicList = class
type SwaggerCustomDynamicList = class
interface IJsonModel<SwaggerCustomDynamicList>
interface IPersistableModel<SwaggerCustomDynamicList>
Public Class SwaggerCustomDynamicList
Public Class SwaggerCustomDynamicList
Implements IJsonModel(Of SwaggerCustomDynamicList), IPersistableModel(Of SwaggerCustomDynamicList)
- Inheritance
-
SwaggerCustomDynamicList
- Implements
Constructors
SwaggerCustomDynamicList() |
Initializes a new instance of SwaggerCustomDynamicList. |
Properties
BuiltInOperation |
The built in operation. |
ItemsPath |
The path to a response property (relative to the response object, not the response body) which contains an array of dynamic value items. |
ItemTitlePath |
The path to an item property which defines the display name of the item. |
ItemValuePath |
The path to a property which defines the value which should be used. |
OperationId |
The operation id to fetch dynamic schema. |
Parameters |
The parameters. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SwaggerCustomDynamicList>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SwaggerCustomDynamicList>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SwaggerCustomDynamicList>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SwaggerCustomDynamicList>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SwaggerCustomDynamicList>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET