Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + func ValidateRedisEnterpriseID(input interface{}, key string) (warnings []string, errors []error) + type ListByClusterResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourceListResult + 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 autorest.Client + func NewPrivateLinkResourcesClientWithBaseURI(endpoint string) PrivateLinkResourcesClient + func (c PrivateLinkResourcesClient) ListByCluster(ctx context.Context, id RedisEnterpriseId) (result ListByClusterResponse, err error) + type RedisEnterpriseId struct + ClusterName string + ResourceGroupName string + SubscriptionId string + func NewRedisEnterpriseID(subscriptionId string, resourceGroupName string, clusterName string) RedisEnterpriseId + func ParseRedisEnterpriseID(input string) (*RedisEnterpriseId, error) + func ParseRedisEnterpriseIDInsensitively(input string) (*RedisEnterpriseId, error) + func (id RedisEnterpriseId) ID() string + func (id RedisEnterpriseId) Segments() []resourceids.Segment + func (id RedisEnterpriseId) String() string