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 ValidateStorageSyncServiceID(input interface{}, key string) (warnings []string, errors []error) + type ListByStorageSyncServiceOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourceListResult + OData *odata.OData + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + SystemData *systemdata.SystemData + 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) ListByStorageSyncService(ctx context.Context, id StorageSyncServiceId) (result ListByStorageSyncServiceOperationResponse, err error) + type StorageSyncServiceId struct + ResourceGroupName string + StorageSyncServiceName string + SubscriptionId string + func NewStorageSyncServiceID(subscriptionId string, resourceGroupName string, storageSyncServiceName string) StorageSyncServiceId + func ParseStorageSyncServiceID(input string) (*StorageSyncServiceId, error) + func ParseStorageSyncServiceIDInsensitively(input string) (*StorageSyncServiceId, error) + func (id *StorageSyncServiceId) FromParseResult(input resourceids.ParseResult) error + func (id StorageSyncServiceId) ID() string + func (id StorageSyncServiceId) Segments() []resourceids.Segment + func (id StorageSyncServiceId) String() string