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 ValidateRediID(input interface{}, key string) (warnings []string, errors []error) + type ListByRedisCacheOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourceListResult + OData *odata.OData + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceListResult struct + Value *[]PrivateLinkResource + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error) + func (c PrivateLinkResourcesClient) ListByRedisCache(ctx context.Context, id RediId) (result ListByRedisCacheOperationResponse, err error) + 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