LogicWsdlService 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 WSDL service.
public class LogicWsdlService
public class LogicWsdlService : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.LogicWsdlService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.LogicWsdlService>
type LogicWsdlService = class
type LogicWsdlService = class
interface IJsonModel<LogicWsdlService>
interface IPersistableModel<LogicWsdlService>
Public Class LogicWsdlService
Public Class LogicWsdlService
Implements IJsonModel(Of LogicWsdlService), IPersistableModel(Of LogicWsdlService)
- Inheritance
-
LogicWsdlService
- Implements
Properties
EndpointQualifiedNames |
The list of endpoints' qualified names. |
QualifiedName |
The qualified name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LogicWsdlService>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LogicWsdlService>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LogicWsdlService>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LogicWsdlService>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LogicWsdlService>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET