DataFactoryLinkedServiceCollection Class

Definition

A class representing a collection of DataFactoryLinkedServiceResource and their operations. Each DataFactoryLinkedServiceResource in the collection will belong to the same instance of DataFactoryResource. To get a DataFactoryLinkedServiceCollection instance call the GetDataFactoryLinkedServices method from an instance of DataFactoryResource.

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

Constructors

DataFactoryLinkedServiceCollection()

Initializes a new instance of the DataFactoryLinkedServiceCollection 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, DataFactoryLinkedServiceData, String, CancellationToken)

Creates or updates a linked service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • Operation Id: LinkedServices_CreateOrUpdate
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
CreateOrUpdateAsync(WaitUntil, String, DataFactoryLinkedServiceData, String, CancellationToken)

Creates or updates a linked service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • Operation Id: LinkedServices_CreateOrUpdate
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
Exists(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • Operation Id: LinkedServices_Get
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
ExistsAsync(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • Operation Id: LinkedServices_Get
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
Get(String, String, CancellationToken)

Gets a linked service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • Operation Id: LinkedServices_Get
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
GetAll(CancellationToken)

Lists linked services.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices
  • Operation Id: LinkedServices_ListByFactory
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
GetAllAsync(CancellationToken)

Lists linked services.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices
  • Operation Id: LinkedServices_ListByFactory
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
GetAsync(String, String, CancellationToken)

Gets a linked service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • Operation Id: LinkedServices_Get
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
GetIfExists(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • Operation Id: LinkedServices_Get
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
GetIfExistsAsync(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • Operation Id: LinkedServices_Get
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryLinkedServiceResource
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<DataFactoryLinkedServiceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataFactoryLinkedServiceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to