Compartir a través de


ApiCreateOrUpdateContent.SoapApiType Propiedad

Definición

Tipo de API que se va a crear.

  • http crea una API REST
  • soap crea una API de paso a través de SOAP
  • websocket crea websocket API
  • graphql crea 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)

Valor de propiedad

Se aplica a