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 ListByVaultOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourceListResult + OData *odata.OData + type PrivateLinkResource struct + Id *string + Location *string + Name *string + Properties *PrivateLinkResourceProperties + Tags *map[string]string + 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) ListByVault(ctx context.Context, id commonids.KeyVaultId) (result ListByVaultOperationResponse, err error)