1. Packages
  2. Azure Native
  3. API Docs
  4. datashare
  5. listShareSubscriptionSynchronizations
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.datashare.listShareSubscriptionSynchronizations

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

List synchronizations of a share subscription

Uses Azure REST API version 2021-08-01.

Using listShareSubscriptionSynchronizations

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 listShareSubscriptionSynchronizations(args: ListShareSubscriptionSynchronizationsArgs, opts?: InvokeOptions): Promise<ListShareSubscriptionSynchronizationsResult>
function listShareSubscriptionSynchronizationsOutput(args: ListShareSubscriptionSynchronizationsOutputArgs, opts?: InvokeOptions): Output<ListShareSubscriptionSynchronizationsResult>
Copy
def list_share_subscription_synchronizations(account_name: Optional[str] = None,
                                             filter: Optional[str] = None,
                                             orderby: Optional[str] = None,
                                             resource_group_name: Optional[str] = None,
                                             share_subscription_name: Optional[str] = None,
                                             skip_token: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> ListShareSubscriptionSynchronizationsResult
def list_share_subscription_synchronizations_output(account_name: Optional[pulumi.Input[str]] = None,
                                             filter: Optional[pulumi.Input[str]] = None,
                                             orderby: 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[ListShareSubscriptionSynchronizationsResult]
Copy
func ListShareSubscriptionSynchronizations(ctx *Context, args *ListShareSubscriptionSynchronizationsArgs, opts ...InvokeOption) (*ListShareSubscriptionSynchronizationsResult, error)
func ListShareSubscriptionSynchronizationsOutput(ctx *Context, args *ListShareSubscriptionSynchronizationsOutputArgs, opts ...InvokeOption) ListShareSubscriptionSynchronizationsResultOutput
Copy

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

public static class ListShareSubscriptionSynchronizations 
{
    public static Task<ListShareSubscriptionSynchronizationsResult> InvokeAsync(ListShareSubscriptionSynchronizationsArgs args, InvokeOptions? opts = null)
    public static Output<ListShareSubscriptionSynchronizationsResult> Invoke(ListShareSubscriptionSynchronizationsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListShareSubscriptionSynchronizationsResult> listShareSubscriptionSynchronizations(ListShareSubscriptionSynchronizationsArgs args, InvokeOptions options)
public static Output<ListShareSubscriptionSynchronizationsResult> listShareSubscriptionSynchronizations(ListShareSubscriptionSynchronizationsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:datashare:listShareSubscriptionSynchronizations
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the share account.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
ShareSubscriptionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the share subscription.
Filter string
Filters the results using OData syntax.
Orderby string
Sorts the results using OData syntax.
SkipToken string
Continuation token
AccountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the share account.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
ShareSubscriptionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the share subscription.
Filter string
Filters the results using OData syntax.
Orderby string
Sorts the results using OData syntax.
SkipToken string
Continuation token
accountName
This property is required.
Changes to this property will trigger replacement.
String
The name of the share account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
shareSubscriptionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the share subscription.
filter String
Filters the results using OData syntax.
orderby String
Sorts the results using OData syntax.
skipToken String
Continuation token
accountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the share account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
shareSubscriptionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the share subscription.
filter string
Filters the results using OData syntax.
orderby string
Sorts the results using OData syntax.
skipToken string
Continuation token
account_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the share account.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
share_subscription_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the share subscription.
filter str
Filters the results using OData syntax.
orderby str
Sorts the results using OData syntax.
skip_token str
Continuation token
accountName
This property is required.
Changes to this property will trigger replacement.
String
The name of the share account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
shareSubscriptionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the share subscription.
filter String
Filters the results using OData syntax.
orderby String
Sorts the results using OData syntax.
skipToken String
Continuation token

listShareSubscriptionSynchronizations Result

The following output properties are available:

Value List<Pulumi.AzureNative.DataShare.Outputs.ShareSubscriptionSynchronizationResponse>
Collection of items of type DataTransferObjects.
NextLink string
The Url of next result page.
Value []ShareSubscriptionSynchronizationResponse
Collection of items of type DataTransferObjects.
NextLink string
The Url of next result page.
value List<ShareSubscriptionSynchronizationResponse>
Collection of items of type DataTransferObjects.
nextLink String
The Url of next result page.
value ShareSubscriptionSynchronizationResponse[]
Collection of items of type DataTransferObjects.
nextLink string
The Url of next result page.
value Sequence[ShareSubscriptionSynchronizationResponse]
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

ShareSubscriptionSynchronizationResponse

DurationMs This property is required. int
Synchronization duration
EndTime This property is required. string
End time of synchronization
Message This property is required. string
message of Synchronization
StartTime This property is required. string
start time of synchronization
Status This property is required. string
Raw Status
SynchronizationId This property is required. string
Synchronization id
SynchronizationMode This property is required. string
Synchronization Mode
DurationMs This property is required. int
Synchronization duration
EndTime This property is required. string
End time of synchronization
Message This property is required. string
message of Synchronization
StartTime This property is required. string
start time of synchronization
Status This property is required. string
Raw Status
SynchronizationId This property is required. string
Synchronization id
SynchronizationMode This property is required. string
Synchronization Mode
durationMs This property is required. Integer
Synchronization duration
endTime This property is required. String
End time of synchronization
message This property is required. String
message of Synchronization
startTime This property is required. String
start time of synchronization
status This property is required. String
Raw Status
synchronizationId This property is required. String
Synchronization id
synchronizationMode This property is required. String
Synchronization Mode
durationMs This property is required. number
Synchronization duration
endTime This property is required. string
End time of synchronization
message This property is required. string
message of Synchronization
startTime This property is required. string
start time of synchronization
status This property is required. string
Raw Status
synchronizationId This property is required. string
Synchronization id
synchronizationMode This property is required. string
Synchronization Mode
duration_ms This property is required. int
Synchronization duration
end_time This property is required. str
End time of synchronization
message This property is required. str
message of Synchronization
start_time This property is required. str
start time of synchronization
status This property is required. str
Raw Status
synchronization_id This property is required. str
Synchronization id
synchronization_mode This property is required. str
Synchronization Mode
durationMs This property is required. Number
Synchronization duration
endTime This property is required. String
End time of synchronization
message This property is required. String
message of Synchronization
startTime This property is required. String
start time of synchronization
status This property is required. String
Raw Status
synchronizationId This property is required. String
Synchronization id
synchronizationMode This property is required. String
Synchronization Mode

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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi