Uses of Class
com.azure.resourcemanager.apimanagement.models.SoapApiType
Packages that use SoapApiType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of SoapApiType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return SoapApiTypeModifier and TypeMethodDescriptionApiCreateOrUpdateProperties.soapApiType()Get the soapApiType property: Type of API to createMethods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type SoapApiTypeModifier and TypeMethodDescriptionApiCreateOrUpdateProperties.withSoapApiType(SoapApiType soapApiType) Set the soapApiType property: Type of API to create -
Uses of SoapApiType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as SoapApiTypeModifier and TypeFieldDescriptionstatic final SoapApiTypeSoapApiType.GRAPHQLStatic value graphql for SoapApiType.static final SoapApiTypeSoapApiType.GRPCStatic value grpc for SoapApiType.static final SoapApiTypeSoapApiType.HTTPStatic value http for SoapApiType.static final SoapApiTypeSoapApiType.ODATAStatic value odata for SoapApiType.static final SoapApiTypeSoapApiType.SOAPStatic value soap for SoapApiType.static final SoapApiTypeSoapApiType.WEBSOCKETStatic value websocket for SoapApiType.Methods in com.azure.resourcemanager.apimanagement.models that return SoapApiTypeModifier and TypeMethodDescriptionstatic SoapApiTypeSoapApiType.fromString(String name) Creates or finds a SoapApiType from its string representation.ApiCreateOrUpdateParameter.soapApiType()Get the soapApiType property: Type of API to createMethods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SoapApiTypeModifier and TypeMethodDescriptionstatic Collection<SoapApiType> SoapApiType.values()Gets known SoapApiType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type SoapApiTypeModifier and TypeMethodDescriptionApiContract.DefinitionStages.WithSoapApiType.withSoapApiType(SoapApiType soapApiType) Specifies the soapApiType property: Type of API to createApiCreateOrUpdateParameter.withSoapApiType(SoapApiType soapApiType) Set the soapApiType property: Type of API to create