Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendProtocol
Packages that use BackendProtocol
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendProtocol in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendProtocolModifier and TypeMethodDescriptionBackendContractInner.protocol()Get the protocol property: Backend communication protocol.BackendContractProperties.protocol()Get the protocol property: Backend communication protocol.BackendUpdateParameterProperties.protocol()Get the protocol property: Backend communication protocol.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type BackendProtocolModifier and TypeMethodDescriptionBackendContractInner.withProtocol(BackendProtocol protocol) Set the protocol property: Backend communication protocol.BackendContractProperties.withProtocol(BackendProtocol protocol) Set the protocol property: Backend communication protocol.BackendUpdateParameterProperties.withProtocol(BackendProtocol protocol) Set the protocol property: Backend communication protocol. -
Uses of BackendProtocol in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as BackendProtocolModifier and TypeFieldDescriptionstatic final BackendProtocolBackendProtocol.HTTPStatic value http for BackendProtocol.static final BackendProtocolBackendProtocol.SOAPStatic value soap for BackendProtocol.Methods in com.azure.resourcemanager.apimanagement.models that return BackendProtocolModifier and TypeMethodDescriptionstatic BackendProtocolBackendProtocol.fromString(String name) Creates or finds a BackendProtocol from its string representation.BackendContract.protocol()Gets the protocol property: Backend communication protocol.BackendUpdateParameters.protocol()Get the protocol property: Backend communication protocol.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type BackendProtocolModifier and TypeMethodDescriptionstatic Collection<BackendProtocol> BackendProtocol.values()Gets known BackendProtocol values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendProtocolModifier and TypeMethodDescriptionBackendContract.DefinitionStages.WithProtocol.withProtocol(BackendProtocol protocol) Specifies the protocol property: Backend communication protocol..BackendContract.UpdateStages.WithProtocol.withProtocol(BackendProtocol protocol) Specifies the protocol property: Backend communication protocol..BackendUpdateParameters.withProtocol(BackendProtocol protocol) Set the protocol property: Backend communication protocol.