Interface RedisFirewallRule

All Superinterfaces:
ChildResource<RedisCache>, ExternalChildResource<RedisFirewallRule,RedisCache>, HasInnerModel<RedisFirewallRuleInner>, HasName, HasParent<RedisCache>, Indexable, Refreshable<RedisFirewallRule>

The Azure Redis Firewall rule entries are of type RedisFirewallRule.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the endIp value.
    Get the name value.
    Get the startIp value.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent

    parent

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync
  • Method Details

    • name

      String name()
      Get the name value.
      Specified by:
      name in interface HasName
      Returns:
      the name value
    • startIp

      String startIp()
      Get the startIp value.
      Returns:
      the startIp value
    • endIp

      String endIp()
      Get the endIp value.
      Returns:
      the endIp value