Uses of Class
com.azure.resourcemanager.apimanagement.models.Protocol
Packages that use Protocol
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of Protocol in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type ProtocolModifier and TypeMethodDescriptionApiContractInner.protocols()Get the protocols property: Describes on which protocols the operations in this API can be invoked.ApiContractProperties.protocols()Get the protocols property: Describes on which protocols the operations in this API can be invoked.ApiContractUpdateProperties.protocols()Get the protocols property: Describes on which protocols the operations in this API can be invoked.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type ProtocolModifier and TypeMethodDescriptionApiContractInner.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiContractProperties.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiContractUpdateProperties.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiCreateOrUpdateProperties.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked. -
Uses of Protocol in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ProtocolModifier and TypeFieldDescriptionstatic final ProtocolProtocol.HTTPStatic value http for Protocol.static final ProtocolProtocol.HTTPSStatic value https for Protocol.static final ProtocolProtocol.WSStatic value ws for Protocol.static final ProtocolProtocol.WSSStatic value wss for Protocol.Methods in com.azure.resourcemanager.apimanagement.models that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolProtocol.fromString(String name) Creates or finds a Protocol from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ProtocolModifier and TypeMethodDescriptionApiContract.protocols()Gets the protocols property: Describes on which protocols the operations in this API can be invoked.ApiCreateOrUpdateParameter.protocols()Get the protocols property: Describes on which protocols the operations in this API can be invoked.ApiTagResourceContractProperties.protocols()Get the protocols property: Describes on which protocols the operations in this API can be invoked.ApiUpdateContract.protocols()Get the protocols property: Describes on which protocols the operations in this API can be invoked.static Collection<Protocol> Protocol.values()Gets known Protocol values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ProtocolModifier and TypeMethodDescriptionApiContract.DefinitionStages.WithProtocols.withProtocols(List<Protocol> protocols) Specifies the protocols property: Describes on which protocols the operations in this API can be invoked..ApiContract.UpdateStages.WithProtocols.withProtocols(List<Protocol> protocols) Specifies the protocols property: Describes on which protocols the operations in this API can be invoked..ApiCreateOrUpdateParameter.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiTagResourceContractProperties.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.ApiUpdateContract.withProtocols(List<Protocol> protocols) Set the protocols property: Describes on which protocols the operations in this API can be invoked.