Uses of Class
com.azure.resourcemanager.network.models.HttpConfiguration
Packages that use HttpConfiguration
Package
Description
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 HttpConfigurationModifier and TypeMethodDescriptionstatic HttpConfigurationHttpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HttpConfiguration from the JsonReader.ProtocolConfiguration.httpConfiguration()Get the httpConfiguration property: HTTP configuration of the connectivity check.HttpConfiguration.withHeaders(List<HttpHeader> headers) Set the headers property: List of HTTP headers.HttpConfiguration.withMethod(HttpMethod method) Set the method property: HTTP method.HttpConfiguration.withValidStatusCodes(List<Integer> validStatusCodes) Set the validStatusCodes property: Valid status codes.Methods in com.azure.resourcemanager.network.models with parameters of type HttpConfigurationModifier and TypeMethodDescriptionProtocolConfiguration.withHttpConfiguration(HttpConfiguration httpConfiguration) Set the httpConfiguration property: HTTP configuration of the connectivity check.