Delen via


SoapApiType Struct

Definition

Type of API to create.

  • http creates a REST API
  • soap creates a SOAP pass-through API
  • websocket creates websocket API
  • graphql creates GraphQL API.
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.

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