DataFactoryManagedIdentityCredentialCollection Class

Definition

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

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

Constructors

DataFactoryManagedIdentityCredentialCollection()

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

Creates or updates a credential.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/credentials/{credentialName}
  • Operation Id: CredentialOperations_CreateOrUpdate
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryManagedIdentityCredentialResource
CreateOrUpdateAsync(WaitUntil, String, DataFactoryManagedIdentityCredentialData, String, CancellationToken)

Creates or updates a credential.

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Gets a credential.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/credentials/{credentialName}
  • Operation Id: CredentialOperations_Get
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryManagedIdentityCredentialResource
GetAll(CancellationToken)

List credentials.

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

List credentials.

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

Gets a credential.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataFactoryManagedIdentityCredentialResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to