LogicApiResourceGeneralInformation 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 API general information.
public class LogicApiResourceGeneralInformation
public class LogicApiResourceGeneralInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.LogicApiResourceGeneralInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.LogicApiResourceGeneralInformation>
type LogicApiResourceGeneralInformation = class
type LogicApiResourceGeneralInformation = class
interface IJsonModel<LogicApiResourceGeneralInformation>
interface IPersistableModel<LogicApiResourceGeneralInformation>
Public Class LogicApiResourceGeneralInformation
Public Class LogicApiResourceGeneralInformation
Implements IJsonModel(Of LogicApiResourceGeneralInformation), IPersistableModel(Of LogicApiResourceGeneralInformation)
- Inheritance
-
LogicApiResourceGeneralInformation
- Implements
Properties
Description |
The description. |
DisplayName |
The display name. |
IconUri |
The icon url. |
ReleaseTag |
The release tag. |
TermsOfUseUri |
The terms of use url. |
Tier |
The tier. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LogicApiResourceGeneralInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LogicApiResourceGeneralInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LogicApiResourceGeneralInformation>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LogicApiResourceGeneralInformation>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LogicApiResourceGeneralInformation>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET