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) + func ValidateSyncGroupID(input interface{}, key string) (warnings []string, errors []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 + type SyncGroup struct + Id *string + Name *string + Properties *SyncGroupProperties + Type *string + type SyncGroupArray struct + Value *[]SyncGroup + type SyncGroupCreateParameters struct + Id *string + Name *string + Properties *interface{} + Type *string + type SyncGroupId struct + ResourceGroupName string + StorageSyncServiceName string + SubscriptionId string + SyncGroupName string + func NewSyncGroupID(subscriptionId string, resourceGroupName string, storageSyncServiceName string, ...) SyncGroupId + func ParseSyncGroupID(input string) (*SyncGroupId, error) + func ParseSyncGroupIDInsensitively(input string) (*SyncGroupId, error) + func (id *SyncGroupId) FromParseResult(input resourceids.ParseResult) error + func (id SyncGroupId) ID() string + func (id SyncGroupId) Segments() []resourceids.Segment + func (id SyncGroupId) String() string + type SyncGroupProperties struct + SyncGroupStatus *string + UniqueId *string + type SyncGroupResourceClient struct + Client *resourcemanager.Client + func NewSyncGroupResourceClientWithBaseURI(sdkApi sdkEnv.Api) (*SyncGroupResourceClient, error) + func (c SyncGroupResourceClient) SyncGroupsCreate(ctx context.Context, id SyncGroupId, input SyncGroupCreateParameters) (result SyncGroupsCreateOperationResponse, err error) + func (c SyncGroupResourceClient) SyncGroupsDelete(ctx context.Context, id SyncGroupId) (result SyncGroupsDeleteOperationResponse, err error) + func (c SyncGroupResourceClient) SyncGroupsGet(ctx context.Context, id SyncGroupId) (result SyncGroupsGetOperationResponse, err error) + func (c SyncGroupResourceClient) SyncGroupsListByStorageSyncService(ctx context.Context, id StorageSyncServiceId) (result SyncGroupsListByStorageSyncServiceOperationResponse, err error) + type SyncGroupsCreateOperationResponse struct + HttpResponse *http.Response + Model *SyncGroup + OData *odata.OData + type SyncGroupsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SyncGroupsGetOperationResponse struct + HttpResponse *http.Response + Model *SyncGroup + OData *odata.OData + type SyncGroupsListByStorageSyncServiceOperationResponse struct + HttpResponse *http.Response + Model *SyncGroupArray + OData *odata.OData