Categorygithub.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datashare/armdatashare
modulepackage
1.2.0
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev

# README

Azure Data Shara Module for Go

PkgGoDev

The armdatashare module provides operations for working with Azure Data Shara.

Source code

Getting started

Prerequisites

  • an Azure subscription
  • Go 1.18 or above (You could download and install the latest version of Go from here. It will replace the existing Go on your machine. If you want to install multiple Go versions on the same machine, you could refer this doc.)

Install the package

This project uses Go modules for versioning and dependency management.

Install the Azure Data Shara module:

go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datashare/armdatashare

Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Data Shara. The azidentity module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

cred, err := azidentity.NewDefaultAzureCredential(nil)

For more information on authentication, please see the documentation for azidentity at pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity.

Client Factory

Azure Data Shara module consists of one or more clients. We provide a client factory which could be used to create any client in this module.

clientFactory, err := armdatashare.NewClientFactory(<subscription ID>, cred, nil)

You can use ClientOptions in package github.com/Azure/azure-sdk-for-go/sdk/azcore/arm to set endpoint to connect with public and sovereign clouds as well as Azure Stack. For more information, please see the documentation for azcore at pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore.

options := arm.ClientOptions {
    ClientOptions: azcore.ClientOptions {
        Cloud: cloud.AzureChina,
    },
}
clientFactory, err := armdatashare.NewClientFactory(<subscription ID>, cred, &options)

Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

client := clientFactory.NewAccountsClient()

Fakes

The fake package contains types used for constructing in-memory fake servers used in unit tests. This allows writing tests to cover various success/error conditions without the need for connecting to a live service.

Please see https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/samples/fakes for details and examples on how to use fakes.

Provide Feedback

If you encounter bugs or have suggestions, please open an issue and assign the Data Shara label.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

# Packages

No description provided by the author

# Functions

NewAccountsClient creates a new instance of AccountsClient with the specified values.
NewClientFactory creates a new instance of ClientFactory with the specified values.
NewConsumerInvitationsClient creates a new instance of ConsumerInvitationsClient with the specified values.
NewConsumerSourceDataSetsClient creates a new instance of ConsumerSourceDataSetsClient with the specified values.
NewDataSetMappingsClient creates a new instance of DataSetMappingsClient with the specified values.
NewDataSetsClient creates a new instance of DataSetsClient with the specified values.
NewEmailRegistrationsClient creates a new instance of EmailRegistrationsClient with the specified values.
NewInvitationsClient creates a new instance of InvitationsClient with the specified values.
NewOperationsClient creates a new instance of OperationsClient with the specified values.
NewProviderShareSubscriptionsClient creates a new instance of ProviderShareSubscriptionsClient with the specified values.
NewSharesClient creates a new instance of SharesClient with the specified values.
NewShareSubscriptionsClient creates a new instance of ShareSubscriptionsClient with the specified values.
NewSynchronizationSettingsClient creates a new instance of SynchronizationSettingsClient with the specified values.
NewTriggersClient creates a new instance of TriggersClient with the specified values.
PossibleCreatedByTypeValues returns the possible values for the CreatedByType const type.
PossibleDataSetKindValues returns the possible values for the DataSetKind const type.
PossibleDataSetMappingKindValues returns the possible values for the DataSetMappingKind const type.
PossibleDataSetMappingStatusValues returns the possible values for the DataSetMappingStatus const type.
PossibleDataSetTypeValues returns the possible values for the DataSetType const type.
PossibleInvitationStatusValues returns the possible values for the InvitationStatus const type.
PossibleLastModifiedByTypeValues returns the possible values for the LastModifiedByType const type.
PossibleOutputTypeValues returns the possible values for the OutputType const type.
PossibleProvisioningStateValues returns the possible values for the ProvisioningState const type.
PossibleRecurrenceIntervalValues returns the possible values for the RecurrenceInterval const type.
PossibleRegistrationStatusValues returns the possible values for the RegistrationStatus const type.
PossibleShareKindValues returns the possible values for the ShareKind const type.
PossibleShareSubscriptionStatusValues returns the possible values for the ShareSubscriptionStatus const type.
PossibleSourceShareSynchronizationSettingKindValues returns the possible values for the SourceShareSynchronizationSettingKind const type.
PossibleStatusValues returns the possible values for the Status const type.
PossibleSynchronizationModeValues returns the possible values for the SynchronizationMode const type.
PossibleSynchronizationSettingKindValues returns the possible values for the SynchronizationSettingKind const type.
PossibleTriggerKindValues returns the possible values for the TriggerKind const type.
PossibleTriggerStatusValues returns the possible values for the TriggerStatus const type.
PossibleTypeValues returns the possible values for the Type const type.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Account - An account data transfer object.
AccountList - List response for get Accounts.
AccountProperties - Account property bag.
AccountsClient contains the methods for the Accounts group.
AccountsClientBeginCreateOptions contains the optional parameters for the AccountsClient.BeginCreate method.
AccountsClientBeginDeleteOptions contains the optional parameters for the AccountsClient.BeginDelete method.
AccountsClientCreateResponse contains the response from method AccountsClient.BeginCreate.
AccountsClientDeleteResponse contains the response from method AccountsClient.BeginDelete.
AccountsClientGetOptions contains the optional parameters for the AccountsClient.Get method.
AccountsClientGetResponse contains the response from method AccountsClient.Get.
AccountsClientListByResourceGroupOptions contains the optional parameters for the AccountsClient.NewListByResourceGroupPager method.
AccountsClientListByResourceGroupResponse contains the response from method AccountsClient.NewListByResourceGroupPager.
AccountsClientListBySubscriptionOptions contains the optional parameters for the AccountsClient.NewListBySubscriptionPager method.
AccountsClientListBySubscriptionResponse contains the response from method AccountsClient.NewListBySubscriptionPager.
AccountsClientUpdateOptions contains the optional parameters for the AccountsClient.Update method.
AccountsClientUpdateResponse contains the response from method AccountsClient.Update.
AccountUpdateParameters - Update parameters for accounts.
ADLSGen1FileDataSet - An ADLS Gen 1 file data set.
ADLSGen1FileProperties - Properties of the ADLS Gen1 file data set.
ADLSGen1FolderDataSet - An ADLS Gen 1 folder data set.
ADLSGen1FolderProperties - Properties of the ADLS Gen1 folder data set.
ADLSGen2FileDataSet - An ADLS Gen 2 file data set.
ADLSGen2FileDataSetMapping - An ADLS Gen2 file data set mapping.
ADLSGen2FileDataSetMappingProperties - ADLS Gen 2 file data set mapping property bag.
ADLSGen2FileProperties - Properties of the ADLS Gen2 file data set.
ADLSGen2FileSystemDataSet - An ADLS Gen 2 file system data set.
ADLSGen2FileSystemDataSetMapping - An ADLS Gen2 file system data set mapping.
ADLSGen2FileSystemDataSetMappingProperties - ADLS Gen 2 file system data set mapping property bag.
ADLSGen2FileSystemProperties - Properties of the ADLS Gen2 file system data set.
ADLSGen2FolderDataSet - An ADLS Gen 2 folder data set.
ADLSGen2FolderDataSetMapping - An ADLS Gen2 folder data set mapping.
ADLSGen2FolderDataSetMappingProperties - ADLS Gen 2 folder data set mapping property bag.
ADLSGen2FolderProperties - Properties of the ADLS Gen2 folder data set.
BlobContainerDataSet - An Azure storage blob container data set.
BlobContainerDataSetMapping - A Blob container data set mapping.
BlobContainerMappingProperties - Azure storage Blob container data set mapping property bag.
BlobContainerProperties - Properties of the BLOB container data set.
BlobDataSet - An Azure storage blob data set.
BlobDataSetMapping - A Blob data set mapping.
BlobFolderDataSet - An Azure storage blob folder data set.
BlobFolderDataSetMapping - A Blob folder data set mapping.
BlobFolderMappingProperties - Azure storage Blob folder data set mapping property bag.
BlobFolderProperties - Properties of the blob folder data set.
BlobMappingProperties - Azure storage Blob data set mapping property bag.
BlobProperties - Properties of the blob data set.
ClientFactory is a client factory used to create any client in this module.
ConsumerInvitation - A consumer Invitation data transfer object.
ConsumerInvitationList - List response for get InvitationList.
ConsumerInvitationProperties - Properties of consumer invitation.
ConsumerInvitationsClient contains the methods for the ConsumerInvitations group.
ConsumerInvitationsClientGetOptions contains the optional parameters for the ConsumerInvitationsClient.Get method.
ConsumerInvitationsClientGetResponse contains the response from method ConsumerInvitationsClient.Get.
ConsumerInvitationsClientListInvitationsOptions contains the optional parameters for the ConsumerInvitationsClient.NewListInvitationsPager method.
ConsumerInvitationsClientListInvitationsResponse contains the response from method ConsumerInvitationsClient.NewListInvitationsPager.
ConsumerInvitationsClientRejectInvitationOptions contains the optional parameters for the ConsumerInvitationsClient.RejectInvitation method.
ConsumerInvitationsClientRejectInvitationResponse contains the response from method ConsumerInvitationsClient.RejectInvitation.
ConsumerSourceDataSet - A consumer side dataSet data transfer object.
ConsumerSourceDataSetList - A consumer side list of source dataSets.
ConsumerSourceDataSetProperties - Properties of consumer source dataSet.
ConsumerSourceDataSetsClient contains the methods for the ConsumerSourceDataSets group.
ConsumerSourceDataSetsClientListByShareSubscriptionOptions contains the optional parameters for the ConsumerSourceDataSetsClient.NewListByShareSubscriptionPager method.
ConsumerSourceDataSetsClientListByShareSubscriptionResponse contains the response from method ConsumerSourceDataSetsClient.NewListByShareSubscriptionPager.
DataSet - A DataSet data transfer object.
DataSetList - List response for get DataSets.
DataSetMapping - A data set mapping data transfer object.
DataSetMappingList - List response for get DataSetMappings.
DataSetMappingsClient contains the methods for the DataSetMappings group.
DataSetMappingsClientCreateOptions contains the optional parameters for the DataSetMappingsClient.Create method.
DataSetMappingsClientCreateResponse contains the response from method DataSetMappingsClient.Create.
DataSetMappingsClientDeleteOptions contains the optional parameters for the DataSetMappingsClient.Delete method.
DataSetMappingsClientDeleteResponse contains the response from method DataSetMappingsClient.Delete.
DataSetMappingsClientGetOptions contains the optional parameters for the DataSetMappingsClient.Get method.
DataSetMappingsClientGetResponse contains the response from method DataSetMappingsClient.Get.
DataSetMappingsClientListByShareSubscriptionOptions contains the optional parameters for the DataSetMappingsClient.NewListByShareSubscriptionPager method.
DataSetMappingsClientListByShareSubscriptionResponse contains the response from method DataSetMappingsClient.NewListByShareSubscriptionPager.
DataSetsClient contains the methods for the DataSets group.
DataSetsClientBeginDeleteOptions contains the optional parameters for the DataSetsClient.BeginDelete method.
DataSetsClientCreateOptions contains the optional parameters for the DataSetsClient.Create method.
DataSetsClientCreateResponse contains the response from method DataSetsClient.Create.
DataSetsClientDeleteResponse contains the response from method DataSetsClient.BeginDelete.
DataSetsClientGetOptions contains the optional parameters for the DataSetsClient.Get method.
DataSetsClientGetResponse contains the response from method DataSetsClient.Get.
DataSetsClientListByShareOptions contains the optional parameters for the DataSetsClient.NewListBySharePager method.
DataSetsClientListByShareResponse contains the response from method DataSetsClient.NewListBySharePager.
DefaultDto - Base data transfer object implementation for default resources.
DimensionProperties - properties for dimension.
EmailRegistration - Dto for tenant domain registration.
EmailRegistrationsClient contains the methods for the EmailRegistrations group.
EmailRegistrationsClientActivateEmailOptions contains the optional parameters for the EmailRegistrationsClient.ActivateEmail method.
EmailRegistrationsClientActivateEmailResponse contains the response from method EmailRegistrationsClient.ActivateEmail.
EmailRegistrationsClientRegisterEmailOptions contains the optional parameters for the EmailRegistrationsClient.RegisterEmail method.
EmailRegistrationsClientRegisterEmailResponse contains the response from method EmailRegistrationsClient.RegisterEmail.
Error - The data share error model.
ErrorInfo - The data share error body model.
Identity of resource.
Invitation - A Invitation data transfer object.
InvitationList - List response for get InvitationList.
InvitationProperties - Invitation property bag.
InvitationsClient contains the methods for the Invitations group.
InvitationsClientCreateOptions contains the optional parameters for the InvitationsClient.Create method.
InvitationsClientCreateResponse contains the response from method InvitationsClient.Create.
InvitationsClientDeleteOptions contains the optional parameters for the InvitationsClient.Delete method.
InvitationsClientDeleteResponse contains the response from method InvitationsClient.Delete.
InvitationsClientGetOptions contains the optional parameters for the InvitationsClient.Get method.
InvitationsClientGetResponse contains the response from method InvitationsClient.Get.
InvitationsClientListByShareOptions contains the optional parameters for the InvitationsClient.NewListBySharePager method.
InvitationsClientListByShareResponse contains the response from method InvitationsClient.NewListBySharePager.
KustoClusterDataSet - A kusto cluster data set.
KustoClusterDataSetMapping - A Kusto cluster data set mapping.
KustoClusterDataSetMappingProperties - Properties of the Kusto cluster data set mapping.
KustoClusterDataSetProperties - Properties of the kusto cluster data set.
KustoDatabaseDataSet - A kusto database data set.
KustoDatabaseDataSetMapping - A Kusto database data set mapping.
KustoDatabaseDataSetMappingProperties - Properties of the Kusto database data set mapping.
KustoDatabaseDataSetProperties - Properties of the kusto database data set.
OperationList - List response for get operations.
OperationMetaLogSpecification - log specifications for operation api.
OperationMetaMetricSpecification - metric specifications for the operation.
OperationMetaPropertyInfo - properties on meta info.
OperationMetaServiceSpecification - The operation meta service specification.
OperationModel - The response model for get operations.
OperationModelProperties - Properties on operations.
OperationResponse - Response for long running operation.
OperationsClient contains the methods for the Operations group.
OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method.
OperationsClientListResponse contains the response from method OperationsClient.NewListPager.
ProviderShareSubscription - A provider side share subscription data transfer object.
ProviderShareSubscriptionList - List response for get ShareSubscription.
ProviderShareSubscriptionProperties - Provider share subscription properties.
ProviderShareSubscriptionsClient contains the methods for the ProviderShareSubscriptions group.
ProviderShareSubscriptionsClientAdjustOptions contains the optional parameters for the ProviderShareSubscriptionsClient.Adjust method.
ProviderShareSubscriptionsClientAdjustResponse contains the response from method ProviderShareSubscriptionsClient.Adjust.
ProviderShareSubscriptionsClientBeginRevokeOptions contains the optional parameters for the ProviderShareSubscriptionsClient.BeginRevoke method.
ProviderShareSubscriptionsClientGetByShareOptions contains the optional parameters for the ProviderShareSubscriptionsClient.GetByShare method.
ProviderShareSubscriptionsClientGetByShareResponse contains the response from method ProviderShareSubscriptionsClient.GetByShare.
ProviderShareSubscriptionsClientListByShareOptions contains the optional parameters for the ProviderShareSubscriptionsClient.NewListBySharePager method.
ProviderShareSubscriptionsClientListByShareResponse contains the response from method ProviderShareSubscriptionsClient.NewListBySharePager.
ProviderShareSubscriptionsClientReinstateOptions contains the optional parameters for the ProviderShareSubscriptionsClient.Reinstate method.
ProviderShareSubscriptionsClientReinstateResponse contains the response from method ProviderShareSubscriptionsClient.Reinstate.
ProviderShareSubscriptionsClientRevokeResponse contains the response from method ProviderShareSubscriptionsClient.BeginRevoke.
ProxyDto - Base data transfer object implementation for proxy resources.
ScheduledSourceShareSynchronizationSettingProperties - A Scheduled source synchronization setting data transfer object.
ScheduledSourceSynchronizationSetting - A type of synchronization setting based on schedule.
ScheduledSynchronizationSetting - A type of synchronization setting based on schedule.
ScheduledSynchronizationSettingProperties - A Scheduled synchronization setting data transfer object.
ScheduledTrigger - A type of trigger based on schedule.
ScheduledTriggerProperties - A Scheduled trigger data transfer object.
Share - A share data transfer object.
ShareList - List response for get Shares.
ShareProperties - Share property bag.
SharesClient contains the methods for the Shares group.
SharesClientBeginDeleteOptions contains the optional parameters for the SharesClient.BeginDelete method.
SharesClientCreateOptions contains the optional parameters for the SharesClient.Create method.
SharesClientCreateResponse contains the response from method SharesClient.Create.
SharesClientDeleteResponse contains the response from method SharesClient.BeginDelete.
SharesClientGetOptions contains the optional parameters for the SharesClient.Get method.
SharesClientGetResponse contains the response from method SharesClient.Get.
SharesClientListByAccountOptions contains the optional parameters for the SharesClient.NewListByAccountPager method.
SharesClientListByAccountResponse contains the response from method SharesClient.NewListByAccountPager.
SharesClientListSynchronizationDetailsOptions contains the optional parameters for the SharesClient.NewListSynchronizationDetailsPager method.
SharesClientListSynchronizationDetailsResponse contains the response from method SharesClient.NewListSynchronizationDetailsPager.
SharesClientListSynchronizationsOptions contains the optional parameters for the SharesClient.NewListSynchronizationsPager method.
SharesClientListSynchronizationsResponse contains the response from method SharesClient.NewListSynchronizationsPager.
ShareSubscription - A share subscription data transfer object.
ShareSubscriptionList - List response for get ShareSubscription.
ShareSubscriptionProperties - Share subscription property bag.
ShareSubscriptionsClient contains the methods for the ShareSubscriptions group.
ShareSubscriptionsClientBeginCancelSynchronizationOptions contains the optional parameters for the ShareSubscriptionsClient.BeginCancelSynchronization method.
ShareSubscriptionsClientBeginDeleteOptions contains the optional parameters for the ShareSubscriptionsClient.BeginDelete method.
ShareSubscriptionsClientBeginSynchronizeOptions contains the optional parameters for the ShareSubscriptionsClient.BeginSynchronize method.
ShareSubscriptionsClientCancelSynchronizationResponse contains the response from method ShareSubscriptionsClient.BeginCancelSynchronization.
ShareSubscriptionsClientCreateOptions contains the optional parameters for the ShareSubscriptionsClient.Create method.
ShareSubscriptionsClientCreateResponse contains the response from method ShareSubscriptionsClient.Create.
ShareSubscriptionsClientDeleteResponse contains the response from method ShareSubscriptionsClient.BeginDelete.
ShareSubscriptionsClientGetOptions contains the optional parameters for the ShareSubscriptionsClient.Get method.
ShareSubscriptionsClientGetResponse contains the response from method ShareSubscriptionsClient.Get.
ShareSubscriptionsClientListByAccountOptions contains the optional parameters for the ShareSubscriptionsClient.NewListByAccountPager method.
ShareSubscriptionsClientListByAccountResponse contains the response from method ShareSubscriptionsClient.NewListByAccountPager.
ShareSubscriptionsClientListSourceShareSynchronizationSettingsOptions contains the optional parameters for the ShareSubscriptionsClient.NewListSourceShareSynchronizationSettingsPager method.
ShareSubscriptionsClientListSourceShareSynchronizationSettingsResponse contains the response from method ShareSubscriptionsClient.NewListSourceShareSynchronizationSettingsPager.
ShareSubscriptionsClientListSynchronizationDetailsOptions contains the optional parameters for the ShareSubscriptionsClient.NewListSynchronizationDetailsPager method.
ShareSubscriptionsClientListSynchronizationDetailsResponse contains the response from method ShareSubscriptionsClient.NewListSynchronizationDetailsPager.
ShareSubscriptionsClientListSynchronizationsOptions contains the optional parameters for the ShareSubscriptionsClient.NewListSynchronizationsPager method.
ShareSubscriptionsClientListSynchronizationsResponse contains the response from method ShareSubscriptionsClient.NewListSynchronizationsPager.
ShareSubscriptionsClientSynchronizeResponse contains the response from method ShareSubscriptionsClient.BeginSynchronize.
ShareSubscriptionSynchronization - A ShareSubscriptionSynchronization data transfer object.
ShareSubscriptionSynchronizationList - A consumer side list of share subscription synchronizations.
ShareSynchronization - A ShareSynchronization data transfer object.
ShareSynchronizationList - List response for get ShareSynchronization.
SourceShareSynchronizationSetting - A view of synchronization setting added by the provider.
SourceShareSynchronizationSettingList - List response for get source share Synchronization settings.
SQLDBTableDataSet - A SQL DB table data set.
SQLDBTableDataSetMapping - A SQL DB Table data set mapping.
SQLDBTableDataSetMappingProperties - Properties of the SQL DB table data set mapping.
SQLDBTableProperties - Properties of the SQL DB table data set.
SQLDWTableDataSet - A SQL DW table data set.
SQLDWTableDataSetMapping - A SQL DW Table data set mapping.
SQLDWTableDataSetMappingProperties - Properties of the SQL DW table data set mapping.
SQLDWTableProperties - Properties of the SQL DW table data set.
SynapseWorkspaceSQLPoolTableDataSet - A Synapse Workspace Sql Pool Table data set.
SynapseWorkspaceSQLPoolTableDataSetMapping - A Synapse Workspace Sql Pool Table data set mapping.
SynapseWorkspaceSQLPoolTableDataSetMappingProperties - Properties of the Synapse Workspace SQL Pool Table data set mapping.
SynapseWorkspaceSQLPoolTableDataSetProperties - Properties of the Synapse Workspace SQL Pool Table data set.
SynchronizationDetails - Synchronization details at data set level.
SynchronizationDetailsList - details of synchronization.
SynchronizationSetting - A Synchronization Setting data transfer object.
SynchronizationSettingList - List response for get Synchronization settings.
SynchronizationSettingsClient contains the methods for the SynchronizationSettings group.
SynchronizationSettingsClientBeginDeleteOptions contains the optional parameters for the SynchronizationSettingsClient.BeginDelete method.
SynchronizationSettingsClientCreateOptions contains the optional parameters for the SynchronizationSettingsClient.Create method.
SynchronizationSettingsClientCreateResponse contains the response from method SynchronizationSettingsClient.Create.
SynchronizationSettingsClientDeleteResponse contains the response from method SynchronizationSettingsClient.BeginDelete.
SynchronizationSettingsClientGetOptions contains the optional parameters for the SynchronizationSettingsClient.Get method.
SynchronizationSettingsClientGetResponse contains the response from method SynchronizationSettingsClient.Get.
SynchronizationSettingsClientListByShareOptions contains the optional parameters for the SynchronizationSettingsClient.NewListBySharePager method.
SynchronizationSettingsClientListByShareResponse contains the response from method SynchronizationSettingsClient.NewListBySharePager.
Synchronize - Payload for the synchronizing the data.
SystemData - Metadata pertaining to creation and last modification of the resource.
Trigger - A Trigger data transfer object.
TriggerList - List response for get triggers.
TriggersClient contains the methods for the Triggers group.
TriggersClientBeginCreateOptions contains the optional parameters for the TriggersClient.BeginCreate method.
TriggersClientBeginDeleteOptions contains the optional parameters for the TriggersClient.BeginDelete method.
TriggersClientCreateResponse contains the response from method TriggersClient.BeginCreate.
TriggersClientDeleteResponse contains the response from method TriggersClient.BeginDelete.
TriggersClientGetOptions contains the optional parameters for the TriggersClient.Get method.
TriggersClientGetResponse contains the response from method TriggersClient.Get.
TriggersClientListByShareSubscriptionOptions contains the optional parameters for the TriggersClient.NewListByShareSubscriptionPager method.
TriggersClientListByShareSubscriptionResponse contains the response from method TriggersClient.NewListByShareSubscriptionPager.

# Interfaces

DataSetClassification provides polymorphic access to related types.
DataSetMappingClassification provides polymorphic access to related types.
SourceShareSynchronizationSettingClassification provides polymorphic access to related types.
SynchronizationSettingClassification provides polymorphic access to related types.
TriggerClassification provides polymorphic access to related types.

# Type aliases

CreatedByType - The type of identity that created the resource.
DataSetKind - Kind of data set.
DataSetMappingKind - Kind of data set mapping.
DataSetMappingStatus - Gets the status of the data set mapping.
DataSetType - Type of data set.
InvitationStatus - The status of the invitation.
LastModifiedByType - The type of identity that last modified the resource.
OutputType - Type of output file.
ProvisioningState - Provisioning state of the Account.
RecurrenceInterval - Recurrence Interval.
RegistrationStatus - Registration status.
ShareKind - Share kind.
ShareSubscriptionStatus - Gets the status of share subscription.
SourceShareSynchronizationSettingKind - Kind of synchronization setting on share.
Status - Operation state of the long running operation.
SynchronizationMode - Synchronization mode.
SynchronizationSettingKind - Kind of synchronization setting.
TriggerKind - Kind of synchronization on trigger.
TriggerStatus - Gets the trigger state.
Type - Identity Type.