Bagikan melalui


DataShareSynchronizationSettingCollection Class

Definition

A class representing a collection of DataShareSynchronizationSettingResource and their operations. Each DataShareSynchronizationSettingResource in the collection will belong to the same instance of DataShareResource. To get a DataShareSynchronizationSettingCollection instance call the GetDataShareSynchronizationSettings method from an instance of DataShareResource.

public class DataShareSynchronizationSettingCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataShare.DataShareSynchronizationSettingResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataShare.DataShareSynchronizationSettingResource>
type DataShareSynchronizationSettingCollection = class
    inherit ArmCollection
    interface seq<DataShareSynchronizationSettingResource>
    interface IEnumerable
    interface IAsyncEnumerable<DataShareSynchronizationSettingResource>
Public Class DataShareSynchronizationSettingCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataShareSynchronizationSettingResource), IEnumerable(Of DataShareSynchronizationSettingResource)
Inheritance
DataShareSynchronizationSettingCollection
Implements

Constructors

DataShareSynchronizationSettingCollection()

Initializes a new instance of the DataShareSynchronizationSettingCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, DataShareSynchronizationSettingData, CancellationToken)

Create a synchronizationSetting

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
  • Operation Id: SynchronizationSettings_Create
CreateOrUpdateAsync(WaitUntil, String, DataShareSynchronizationSettingData, CancellationToken)

Create a synchronizationSetting

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
  • Operation Id: SynchronizationSettings_Create
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
  • Operation Id: SynchronizationSettings_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
  • Operation Id: SynchronizationSettings_Get
Get(String, CancellationToken)

Get a synchronizationSetting in a share

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
  • Operation Id: SynchronizationSettings_Get
GetAll(String, CancellationToken)

List synchronizationSettings in a share

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings
  • Operation Id: SynchronizationSettings_ListByShare
GetAllAsync(String, CancellationToken)

List synchronizationSettings in a share

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings
  • Operation Id: SynchronizationSettings_ListByShare
GetAsync(String, CancellationToken)

Get a synchronizationSetting in a share

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
  • Operation Id: SynchronizationSettings_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
  • Operation Id: SynchronizationSettings_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
  • Operation Id: SynchronizationSettings_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<DataShareSynchronizationSettingResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataShareSynchronizationSettingResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to