1. Packages
  2. Azure Native v1
  3. API Docs
  4. datashare
  5. listShareSubscriptionSourceShareSynchronizationSettings
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.datashare.listShareSubscriptionSourceShareSynchronizationSettings

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Get synchronization settings set on a share API Version: 2020-09-01.

    Using listShareSubscriptionSourceShareSynchronizationSettings

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function listShareSubscriptionSourceShareSynchronizationSettings(args: ListShareSubscriptionSourceShareSynchronizationSettingsArgs, opts?: InvokeOptions): Promise<ListShareSubscriptionSourceShareSynchronizationSettingsResult>
    function listShareSubscriptionSourceShareSynchronizationSettingsOutput(args: ListShareSubscriptionSourceShareSynchronizationSettingsOutputArgs, opts?: InvokeOptions): Output<ListShareSubscriptionSourceShareSynchronizationSettingsResult>
    def list_share_subscription_source_share_synchronization_settings(account_name: Optional[str] = None,
                                                                      resource_group_name: Optional[str] = None,
                                                                      share_subscription_name: Optional[str] = None,
                                                                      skip_token: Optional[str] = None,
                                                                      opts: Optional[InvokeOptions] = None) -> ListShareSubscriptionSourceShareSynchronizationSettingsResult
    def list_share_subscription_source_share_synchronization_settings_output(account_name: Optional[pulumi.Input[str]] = None,
                                                                      resource_group_name: Optional[pulumi.Input[str]] = None,
                                                                      share_subscription_name: Optional[pulumi.Input[str]] = None,
                                                                      skip_token: Optional[pulumi.Input[str]] = None,
                                                                      opts: Optional[InvokeOptions] = None) -> Output[ListShareSubscriptionSourceShareSynchronizationSettingsResult]
    func ListShareSubscriptionSourceShareSynchronizationSettings(ctx *Context, args *ListShareSubscriptionSourceShareSynchronizationSettingsArgs, opts ...InvokeOption) (*ListShareSubscriptionSourceShareSynchronizationSettingsResult, error)
    func ListShareSubscriptionSourceShareSynchronizationSettingsOutput(ctx *Context, args *ListShareSubscriptionSourceShareSynchronizationSettingsOutputArgs, opts ...InvokeOption) ListShareSubscriptionSourceShareSynchronizationSettingsResultOutput

    > Note: This function is named ListShareSubscriptionSourceShareSynchronizationSettings in the Go SDK.

    public static class ListShareSubscriptionSourceShareSynchronizationSettings 
    {
        public static Task<ListShareSubscriptionSourceShareSynchronizationSettingsResult> InvokeAsync(ListShareSubscriptionSourceShareSynchronizationSettingsArgs args, InvokeOptions? opts = null)
        public static Output<ListShareSubscriptionSourceShareSynchronizationSettingsResult> Invoke(ListShareSubscriptionSourceShareSynchronizationSettingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListShareSubscriptionSourceShareSynchronizationSettingsResult> listShareSubscriptionSourceShareSynchronizationSettings(ListShareSubscriptionSourceShareSynchronizationSettingsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:datashare:listShareSubscriptionSourceShareSynchronizationSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The name of the share account.
    ResourceGroupName string
    The resource group name.
    ShareSubscriptionName string
    The name of the shareSubscription.
    SkipToken string
    Continuation token
    AccountName string
    The name of the share account.
    ResourceGroupName string
    The resource group name.
    ShareSubscriptionName string
    The name of the shareSubscription.
    SkipToken string
    Continuation token
    accountName String
    The name of the share account.
    resourceGroupName String
    The resource group name.
    shareSubscriptionName String
    The name of the shareSubscription.
    skipToken String
    Continuation token
    accountName string
    The name of the share account.
    resourceGroupName string
    The resource group name.
    shareSubscriptionName string
    The name of the shareSubscription.
    skipToken string
    Continuation token
    account_name str
    The name of the share account.
    resource_group_name str
    The resource group name.
    share_subscription_name str
    The name of the shareSubscription.
    skip_token str
    Continuation token
    accountName String
    The name of the share account.
    resourceGroupName String
    The resource group name.
    shareSubscriptionName String
    The name of the shareSubscription.
    skipToken String
    Continuation token

    listShareSubscriptionSourceShareSynchronizationSettings Result

    The following output properties are available:

    Value List<Pulumi.AzureNative.DataShare.Outputs.ScheduledSourceSynchronizationSettingResponse>
    Collection of items of type DataTransferObjects.
    NextLink string
    The Url of next result page.
    Value []ScheduledSourceSynchronizationSettingResponse
    Collection of items of type DataTransferObjects.
    NextLink string
    The Url of next result page.
    value List<ScheduledSourceSynchronizationSettingResponse>
    Collection of items of type DataTransferObjects.
    nextLink String
    The Url of next result page.
    value ScheduledSourceSynchronizationSettingResponse[]
    Collection of items of type DataTransferObjects.
    nextLink string
    The Url of next result page.
    value Sequence[ScheduledSourceSynchronizationSettingResponse]
    Collection of items of type DataTransferObjects.
    next_link str
    The Url of next result page.
    value List<Property Map>
    Collection of items of type DataTransferObjects.
    nextLink String
    The Url of next result page.

    Supporting Types

    ScheduledSourceSynchronizationSettingResponse

    RecurrenceInterval string
    Recurrence Interval
    SynchronizationTime string
    Synchronization time
    RecurrenceInterval string
    Recurrence Interval
    SynchronizationTime string
    Synchronization time
    recurrenceInterval String
    Recurrence Interval
    synchronizationTime String
    Synchronization time
    recurrenceInterval string
    Recurrence Interval
    synchronizationTime string
    Synchronization time
    recurrence_interval str
    Recurrence Interval
    synchronization_time str
    Synchronization time
    recurrenceInterval String
    Recurrence Interval
    synchronizationTime String
    Synchronization time

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi