This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.datashare.listShareSubscriptionSourceShareSynchronizationSettings
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Get synchronization settings set on a share Azure REST API version: 2021-08-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 pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi