Uses of Class
com.azure.resourcemanager.network.models.HttpConfigurationMethod
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of HttpConfigurationMethod in com.azure.resourcemanager.network.models
Modifier and TypeFieldDescriptionstatic final HttpConfigurationMethod
HttpConfigurationMethod.GET
Static value Get for HttpConfigurationMethod.static final HttpConfigurationMethod
HttpConfigurationMethod.POST
Static value Post for HttpConfigurationMethod.Modifier and TypeMethodDescriptionstatic HttpConfigurationMethod
HttpConfigurationMethod.fromString
(String name) Creates or finds a HttpConfigurationMethod from its string representation.ConnectionMonitorHttpConfiguration.method()
Get the method property: The HTTP method to use.Modifier and TypeMethodDescriptionstatic Collection<HttpConfigurationMethod>
HttpConfigurationMethod.values()
Gets known HttpConfigurationMethod values.Modifier and TypeMethodDescriptionConnectionMonitorHttpConfiguration.withMethod
(HttpConfigurationMethod method) Set the method property: The HTTP method to use.