DataFactoryGlobalParameterCollection Class

Definition

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

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

Constructors

DataFactoryGlobalParameterCollection()

Initializes a new instance of the DataFactoryGlobalParameterCollection 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, DataFactoryGlobalParameterData, CancellationToken)

Creates or updates a Global parameter

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/globalParameters/{globalParameterName}
  • Operation Id: GlobalParameters_CreateOrUpdate
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryGlobalParameterResource
CreateOrUpdateAsync(WaitUntil, String, DataFactoryGlobalParameterData, CancellationToken)

Creates or updates a Global parameter

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Gets a Global parameter

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/globalParameters/{globalParameterName}
  • Operation Id: GlobalParameters_Get
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryGlobalParameterResource
GetAll(CancellationToken)

Lists Global parameters

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

Lists Global parameters

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

Gets a Global parameter

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataFactoryGlobalParameterResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to