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 ValidateRedisEnterpriseID(input interface{}, key string) (warnings []string, errors []error) + type ListByClusterOperationResponse 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) ListByCluster(ctx context.Context, id RedisEnterpriseId) (result ListByClusterOperationResponse, err error) + type RedisEnterpriseId struct + RedisEnterpriseName string + ResourceGroupName string + SubscriptionId string + func NewRedisEnterpriseID(subscriptionId string, resourceGroupName string, redisEnterpriseName string) RedisEnterpriseId + func ParseRedisEnterpriseID(input string) (*RedisEnterpriseId, error) + func ParseRedisEnterpriseIDInsensitively(input string) (*RedisEnterpriseId, error) + func (id *RedisEnterpriseId) FromParseResult(input resourceids.ParseResult) error + func (id RedisEnterpriseId) ID() string + func (id RedisEnterpriseId) Segments() []resourceids.Segment + func (id RedisEnterpriseId) String() string