Uses of Class
com.microsoft.azure.management.network.HTTPConfigurationMethod
Packages that use HTTPConfigurationMethod
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of HTTPConfigurationMethod in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as HTTPConfigurationMethodModifier and TypeFieldDescriptionstatic final HTTPConfigurationMethod
HTTPConfigurationMethod.GET
Static value Get for HTTPConfigurationMethod.static final HTTPConfigurationMethod
HTTPConfigurationMethod.POST
Static value Post for HTTPConfigurationMethod.Methods in com.microsoft.azure.management.network that return HTTPConfigurationMethodModifier and TypeMethodDescriptionstatic HTTPConfigurationMethod
HTTPConfigurationMethod.fromString
(String name) Creates or finds a HTTPConfigurationMethod from its string representation.ConnectionMonitorHttpConfiguration.method()
Get the HTTP method to use.Methods in com.microsoft.azure.management.network that return types with arguments of type HTTPConfigurationMethodModifier and TypeMethodDescriptionstatic Collection<HTTPConfigurationMethod>
HTTPConfigurationMethod.values()
Methods in com.microsoft.azure.management.network with parameters of type HTTPConfigurationMethodModifier and TypeMethodDescriptionConnectionMonitorHttpConfiguration.withMethod
(HTTPConfigurationMethod method) Set the HTTP method to use.