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 + type ListOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourcesListResult + OData *odata.OData + type PrivateLinkResource struct + GroupId *string + Id *string + Name *string + PrivateLinkServiceID *string + RequiredMembers *[]string + Type *string + type PrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error) + func (c PrivateLinkResourcesClient) List(ctx context.Context, id commonids.KubernetesClusterId) (result ListOperationResponse, err error) + type PrivateLinkResourcesListResult struct + Value *[]PrivateLinkResource