Uses of Class
com.azure.resourcemanager.network.models.HttpConfiguration
-
Packages that use HttpConfiguration Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of HttpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return HttpConfiguration Modifier and Type Method Description HttpConfigurationProtocolConfiguration. httpConfiguration()Get the httpConfiguration property: HTTP configuration of the connectivity check.HttpConfigurationHttpConfiguration. withHeaders(List<HttpHeader> headers)Set the headers property: List of HTTP headers.HttpConfigurationHttpConfiguration. withMethod(HttpMethod method)Set the method property: HTTP method.HttpConfigurationHttpConfiguration. withValidStatusCodes(List<Integer> validStatusCodes)Set the validStatusCodes property: Valid status codes.Methods in com.azure.resourcemanager.network.models with parameters of type HttpConfiguration Modifier and Type Method Description ProtocolConfigurationProtocolConfiguration. withHttpConfiguration(HttpConfiguration httpConfiguration)Set the httpConfiguration property: HTTP configuration of the connectivity check.
-