Share via


ApiCreateOrUpdateContent.SoapApiType Property

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 Azure.ResourceManager.ApiManagement.Models.SoapApiType? SoapApiType { get; set; }
member this.SoapApiType : Nullable<Azure.ResourceManager.ApiManagement.Models.SoapApiType> with get, set
Public Property SoapApiType As Nullable(Of SoapApiType)

Property Value

Applies to