Interface RedisFirewallRule

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<RedisCache>, com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<RedisFirewallRule,​RedisCache>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.redis.implementation.RedisFirewallRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<RedisCache>, com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<RedisFirewallRule>

    @Beta(V1_12_0)
    public interface RedisFirewallRule
    extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<RedisFirewallRule,​RedisCache>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.redis.implementation.RedisFirewallRuleInner>
    The Azure Redis Firewall rule entries are of type RedisFirewallRule.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String endIP()
      Get the endIP value.
      String name()
      Get the name value.
      String startIP()
      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 Detail

      • name

        String name()
        Get the name value.
        Specified by:
        name in interface com.microsoft.azure.management.resources.fluentcore.arm.models.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