Uses of Class
com.azure.resourcemanager.network.models.HttpConfigurationMethod
Packages that use HttpConfigurationMethod
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of HttpConfigurationMethod in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as HttpConfigurationMethodModifier and TypeFieldDescriptionstatic final HttpConfigurationMethodHttpConfigurationMethod.GETStatic value Get for HttpConfigurationMethod.static final HttpConfigurationMethodHttpConfigurationMethod.POSTStatic value Post for HttpConfigurationMethod.Methods in com.azure.resourcemanager.network.models that return HttpConfigurationMethodModifier and TypeMethodDescriptionstatic HttpConfigurationMethodHttpConfigurationMethod.fromString(String name) Creates or finds a HttpConfigurationMethod from its string representation.ConnectionMonitorHttpConfiguration.method()Get the method property: The HTTP method to use.Methods in com.azure.resourcemanager.network.models that return types with arguments of type HttpConfigurationMethodModifier and TypeMethodDescriptionstatic Collection<HttpConfigurationMethod> HttpConfigurationMethod.values()Gets known HttpConfigurationMethod values.Methods in com.azure.resourcemanager.network.models with parameters of type HttpConfigurationMethodModifier and TypeMethodDescriptionConnectionMonitorHttpConfiguration.withMethod(HttpConfigurationMethod method) Set the method property: The HTTP method to use.