Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateFirewallRuleID(input interface{}, key string) (warnings []string, errors []error) + func ValidateRediID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *RedisFirewallRule + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type FirewallRuleId struct + FirewallRuleName string + RedisName string + ResourceGroupName string + SubscriptionId string + func NewFirewallRuleID(subscriptionId string, resourceGroupName string, redisName string, ...) FirewallRuleId + func ParseFirewallRuleID(input string) (*FirewallRuleId, error) + func ParseFirewallRuleIDInsensitively(input string) (*FirewallRuleId, error) + func (id *FirewallRuleId) FromParseResult(input resourceids.ParseResult) error + func (id FirewallRuleId) ID() string + func (id FirewallRuleId) Segments() []resourceids.Segment + func (id FirewallRuleId) String() string + type FirewallRulesClient struct + Client *resourcemanager.Client + func NewFirewallRulesClientWithBaseURI(sdkApi sdkEnv.Api) (*FirewallRulesClient, error) + func (c FirewallRulesClient) CreateOrUpdate(ctx context.Context, id FirewallRuleId, input RedisFirewallRule) (result CreateOrUpdateOperationResponse, err error) + func (c FirewallRulesClient) Delete(ctx context.Context, id FirewallRuleId) (result DeleteOperationResponse, err error) + func (c FirewallRulesClient) Get(ctx context.Context, id FirewallRuleId) (result GetOperationResponse, err error) + func (c FirewallRulesClient) List(ctx context.Context, id RediId) (result ListOperationResponse, err error) + func (c FirewallRulesClient) ListComplete(ctx context.Context, id RediId) (ListCompleteResult, error) + func (c FirewallRulesClient) ListCompleteMatchingPredicate(ctx context.Context, id RediId, predicate RedisFirewallRuleOperationPredicate) (result ListCompleteResult, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *RedisFirewallRule + OData *odata.OData + type ListCompleteResult struct + Items []RedisFirewallRule + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]RedisFirewallRule + OData *odata.OData + type RediId struct + RedisName string + ResourceGroupName string + SubscriptionId string + func NewRediID(subscriptionId string, resourceGroupName string, redisName string) RediId + func ParseRediID(input string) (*RediId, error) + func ParseRediIDInsensitively(input string) (*RediId, error) + func (id *RediId) FromParseResult(input resourceids.ParseResult) error + func (id RediId) ID() string + func (id RediId) Segments() []resourceids.Segment + func (id RediId) String() string + type RedisFirewallRule struct + Id *string + Name *string + Properties RedisFirewallRuleProperties + Type *string + type RedisFirewallRuleOperationPredicate struct + Id *string + Name *string + Type *string + func (p RedisFirewallRuleOperationPredicate) Matches(input RedisFirewallRule) bool + type RedisFirewallRuleProperties struct + EndIP string + StartIP string