Interface HasHostname

All Known Subinterfaces:
ApplicationGatewayListener, ApplicationGatewayRequestRoutingRule

public interface HasHostname
An interface representing a model's ability to reference a host name. The hostname supports wildcard format, e.g. "*.contoso.com", but is available only for ApplicationGatewaySkuName.STANDARD_V2 and ApplicationGatewaySkuName.WAF_V2 SKU
  • Method Details

    • hostname

      String hostname()
      Returns:
      the associated host name, or the first one if there exists multiple host names
    • hostnames

      List<String> hostnames()
      Returns:
      the associated host names