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
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:
- Account
Name string - The name of the share account.
- Resource
Group stringName - The resource group name.
- string
- The name of the shareSubscription.
- Skip
Token string - Continuation token
- Account
Name string - The name of the share account.
- Resource
Group stringName - The resource group name.
- string
- The name of the shareSubscription.
- Skip
Token string - Continuation token
- account
Name String - The name of the share account.
- resource
Group StringName - The resource group name.
- String
- The name of the shareSubscription.
- skip
Token String - Continuation token
- account
Name string - The name of the share account.
- resource
Group stringName - The resource group name.
- string
- The name of the shareSubscription.
- skip
Token string - Continuation token
- account_
name str - The name of the share account.
- resource_
group_ strname - The resource group name.
- str
- The name of the shareSubscription.
- skip_
token str - Continuation token
- account
Name String - The name of the share account.
- resource
Group StringName - The resource group name.
- String
- The name of the shareSubscription.
- skip
Token String - Continuation token
listShareSubscriptionSourceShareSynchronizationSettings Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Data Share. Outputs. Scheduled Source Synchronization Setting Response> - Collection of items of type DataTransferObjects.
- Next
Link string - The Url of next result page.
- Value
[]Scheduled
Source Synchronization Setting Response - Collection of items of type DataTransferObjects.
- Next
Link string - The Url of next result page.
- value
List<Scheduled
Source Synchronization Setting Response> - Collection of items of type DataTransferObjects.
- next
Link String - The Url of next result page.
- value
Scheduled
Source Synchronization Setting Response[] - Collection of items of type DataTransferObjects.
- next
Link string - The Url of next result page.
- value
Sequence[Scheduled
Source Synchronization Setting Response] - 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.
- next
Link String - The Url of next result page.
Supporting Types
ScheduledSourceSynchronizationSettingResponse
- Recurrence
Interval string - Recurrence Interval
- Synchronization
Time string - Synchronization time
- Recurrence
Interval string - Recurrence Interval
- Synchronization
Time string - Synchronization time
- recurrence
Interval String - Recurrence Interval
- synchronization
Time String - Synchronization time
- recurrence
Interval string - Recurrence Interval
- synchronization
Time string - Synchronization time
- recurrence_
interval str - Recurrence Interval
- synchronization_
time str - Synchronization time
- recurrence
Interval String - Recurrence Interval
- synchronization
Time String - Synchronization time
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
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