SoapApiType Struct
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.
Type of API to create.
http
creates a REST APIsoap
creates a SOAP pass-through APIwebsocket
creates websocket APIgraphql
creates GraphQL API. New types can be added in the future.
public readonly struct SoapApiType : IEquatable<Azure.ResourceManager.ApiManagement.Models.SoapApiType>
type SoapApiType = struct
Public Structure SoapApiType
Implements IEquatable(Of SoapApiType)
- Inheritance
-
SoapApiType
- Implements
Constructors
SoapApiType(String) |
Initializes a new instance of SoapApiType. |
Properties
GraphQL |
Imports the API having a GraphQL front end. |
OData |
Imports the API having a OData front end. |
SoapPassThrough |
Imports the SOAP API having a SOAP front end. |
SoapToRest |
Imports a SOAP API having a RESTful front end. |
WebSocket |
Imports the API having a Websocket front end. |
Methods
Equals(SoapApiType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SoapApiType, SoapApiType) |
Determines if two SoapApiType values are the same. |
Implicit(String to SoapApiType) |
Converts a string to a SoapApiType. |
Inequality(SoapApiType, SoapApiType) |
Determines if two SoapApiType values are not the same. |
Applies to
Azure SDK for .NET