SwaggerCustomDynamicTreeSettings 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 tree settings.
public class SwaggerCustomDynamicTreeSettings
public class SwaggerCustomDynamicTreeSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.SwaggerCustomDynamicTreeSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.SwaggerCustomDynamicTreeSettings>
type SwaggerCustomDynamicTreeSettings = class
type SwaggerCustomDynamicTreeSettings = class
interface IJsonModel<SwaggerCustomDynamicTreeSettings>
interface IPersistableModel<SwaggerCustomDynamicTreeSettings>
Public Class SwaggerCustomDynamicTreeSettings
Public Class SwaggerCustomDynamicTreeSettings
Implements IJsonModel(Of SwaggerCustomDynamicTreeSettings), IPersistableModel(Of SwaggerCustomDynamicTreeSettings)
- Inheritance
-
SwaggerCustomDynamicTreeSettings
- Implements
Constructors
SwaggerCustomDynamicTreeSettings() |
Initializes a new instance of SwaggerCustomDynamicTreeSettings. |
Properties
CanSelectLeafNodes |
Indicates whether leaf nodes can be selected. |
CanSelectParentNodes |
Indicates whether parent nodes can be selected. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SwaggerCustomDynamicTreeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SwaggerCustomDynamicTreeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SwaggerCustomDynamicTreeSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SwaggerCustomDynamicTreeSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SwaggerCustomDynamicTreeSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET