Uses of Class
com.azure.resourcemanager.network.models.HttpConfigurationMethod
-
Packages that use HttpConfigurationMethod Package Description com.azure.resourcemanager.network.models 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 HttpConfigurationMethod Modifier and Type Field Description static HttpConfigurationMethodHttpConfigurationMethod. GETStatic value Get for HttpConfigurationMethod.static HttpConfigurationMethodHttpConfigurationMethod. POSTStatic value Post for HttpConfigurationMethod.Methods in com.azure.resourcemanager.network.models that return HttpConfigurationMethod Modifier and Type Method Description static HttpConfigurationMethodHttpConfigurationMethod. fromString(String name)Creates or finds a HttpConfigurationMethod from its string representation.HttpConfigurationMethodConnectionMonitorHttpConfiguration. method()Get the method property: The HTTP method to use.Methods in com.azure.resourcemanager.network.models that return types with arguments of type HttpConfigurationMethod Modifier and Type Method Description static Collection<HttpConfigurationMethod>HttpConfigurationMethod. values()Methods in com.azure.resourcemanager.network.models with parameters of type HttpConfigurationMethod Modifier and Type Method Description ConnectionMonitorHttpConfigurationConnectionMonitorHttpConfiguration. withMethod(HttpConfigurationMethod method)Set the method property: The HTTP method to use.
-