### YamlMime:JavaType uid: "com.microsoft.azure.management.network.HTTPConfiguration" fullName: "com.microsoft.azure.management.network.HTTPConfiguration" name: "HTTPConfiguration" nameWithType: "HTTPConfiguration" summary: "HTTP configuration of the connectivity check." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **HTTPConfiguration**" constructors: - uid: "com.microsoft.azure.management.network.HTTPConfiguration.HTTPConfiguration()" fullName: "com.microsoft.azure.management.network.HTTPConfiguration.HTTPConfiguration()" name: "HTTPConfiguration()" nameWithType: "HTTPConfiguration.HTTPConfiguration()" syntax: "public HTTPConfiguration()" methods: - uid: "com.microsoft.azure.management.network.HTTPConfiguration.headers()" fullName: "com.microsoft.azure.management.network.HTTPConfiguration.headers()" name: "headers()" nameWithType: "HTTPConfiguration.headers()" summary: "Get list of HTTP headers." syntax: "public List headers()" desc: "Get list of HTTP headers." returns: description: "the headers value" type: "<>" - uid: "com.microsoft.azure.management.network.HTTPConfiguration.method()" fullName: "com.microsoft.azure.management.network.HTTPConfiguration.method()" name: "method()" nameWithType: "HTTPConfiguration.method()" summary: "Get hTTP method." syntax: "public HTTPMethod method()" desc: "Get hTTP method. Possible values include: 'Get'." returns: description: "the method value" type: "" - uid: "com.microsoft.azure.management.network.HTTPConfiguration.validStatusCodes()" fullName: "com.microsoft.azure.management.network.HTTPConfiguration.validStatusCodes()" name: "validStatusCodes()" nameWithType: "HTTPConfiguration.validStatusCodes()" summary: "Get valid status codes." syntax: "public List validStatusCodes()" desc: "Get valid status codes." returns: description: "the validStatusCodes value" type: "<>" - uid: "com.microsoft.azure.management.network.HTTPConfiguration.withHeaders(java.util.List)" fullName: "com.microsoft.azure.management.network.HTTPConfiguration.withHeaders(List headers)" name: "withHeaders(List headers)" nameWithType: "HTTPConfiguration.withHeaders(List headers)" summary: "Set list of HTTP headers." parameters: - description: "the headers value to set" name: "headers" type: "<>" syntax: "public HTTPConfiguration withHeaders(List headers)" desc: "Set list of HTTP headers." returns: description: "the HTTPConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.HTTPConfiguration.withMethod(com.microsoft.azure.management.network.HTTPMethod)" fullName: "com.microsoft.azure.management.network.HTTPConfiguration.withMethod(HTTPMethod method)" name: "withMethod(HTTPMethod method)" nameWithType: "HTTPConfiguration.withMethod(HTTPMethod method)" summary: "Set hTTP method." parameters: - description: "the method value to set" name: "method" type: "" syntax: "public HTTPConfiguration withMethod(HTTPMethod method)" desc: "Set hTTP method. Possible values include: 'Get'." returns: description: "the HTTPConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.HTTPConfiguration.withValidStatusCodes(java.util.List)" fullName: "com.microsoft.azure.management.network.HTTPConfiguration.withValidStatusCodes(List validStatusCodes)" name: "withValidStatusCodes(List validStatusCodes)" nameWithType: "HTTPConfiguration.withValidStatusCodes(List validStatusCodes)" summary: "Set valid status codes." parameters: - description: "the validStatusCodes value to set" name: "validStatusCodes" type: "<>" syntax: "public HTTPConfiguration withValidStatusCodes(List validStatusCodes)" desc: "Set valid status codes." returns: description: "the HTTPConfiguration object itself." type: "" type: "class" desc: "HTTP configuration of the connectivity check." metadata: {} package: "com.microsoft.azure.management.network" artifact: com.microsoft.azure:azure-mgmt-network:1.41.4