Interface RedisFirewallRule

All Superinterfaces:
ChildResource<RedisCache>, ExternalChildResource<RedisFirewallRule,RedisCache>, HasInner<com.microsoft.azure.management.redis.implementation.RedisFirewallRuleInner>, HasName, HasParent<RedisCache>, Indexable, Refreshable<RedisFirewallRule>

@Beta(V1_12_0) public interface RedisFirewallRule extends ExternalChildResource<RedisFirewallRule,RedisCache>, HasInner<com.microsoft.azure.management.redis.implementation.RedisFirewallRuleInner>
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.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource

    id

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

    inner

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

    parent

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface com.microsoft.azure.management.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