Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyHttpHeaderToInsert
Packages that use FirewallPolicyHttpHeaderToInsert
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyHttpHeaderToInsert in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicyHttpHeaderToInsertModifier and TypeMethodDescriptionFirewallPolicyHttpHeaderToInsert.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyHttpHeaderToInsert from the JsonReader.FirewallPolicyHttpHeaderToInsert.withHeaderName(String headerName) Set the headerName property: Contains the name of the header.FirewallPolicyHttpHeaderToInsert.withHeaderValue(String headerValue) Set the headerValue property: Contains the value of the header.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyHttpHeaderToInsertModifier and TypeMethodDescriptionApplicationRule.httpHeadersToInsert()Get the httpHeadersToInsert property: List of HTTP/S headers to insert.Method parameters in com.azure.resourcemanager.network.models with type arguments of type FirewallPolicyHttpHeaderToInsertModifier and TypeMethodDescriptionApplicationRule.withHttpHeadersToInsert(List<FirewallPolicyHttpHeaderToInsert> httpHeadersToInsert) Set the httpHeadersToInsert property: List of HTTP/S headers to insert.