SwaggerSpecification 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 SwaggerSpecification.
public class SwaggerSpecification : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.SwaggerSpecification>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.SwaggerSpecification>
public class SwaggerSpecification
type SwaggerSpecification = class
interface IJsonModel<SwaggerSpecification>
interface IPersistableModel<SwaggerSpecification>
type SwaggerSpecification = class
Public Class SwaggerSpecification
Implements IJsonModel(Of SwaggerSpecification), IPersistableModel(Of SwaggerSpecification)
Public Class SwaggerSpecification
- Inheritance
-
SwaggerSpecification
- Implements
Constructors
| Name | Description |
|---|---|
| SwaggerSpecification() |
Initializes a new instance of SwaggerSpecification. |
Properties
| Name | Description |
|---|---|
| ApiVersions |
The api versions. |
| SwaggerSpecFolderUri |
The swagger spec folder uri. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<SwaggerSpecification>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<SwaggerSpecification>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<SwaggerSpecification>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<SwaggerSpecification>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<SwaggerSpecification>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |