RegistryManager.RemoveConfigurationAsync Method

Definition

Overloads

RemoveConfigurationAsync(Configuration)

Deletes a previously registered device from the system.

RemoveConfigurationAsync(String)

Deletes a previously registered device from the system.

RemoveConfigurationAsync(Configuration, CancellationToken)

Deletes a previously registered device from the system.

RemoveConfigurationAsync(String, CancellationToken)

Deletes a previously registered device from the system.

RemoveConfigurationAsync(Configuration)

Deletes a previously registered device from the system.

C#
public virtual System.Threading.Tasks.Task RemoveConfigurationAsync(Microsoft.Azure.Devices.Configuration configuration);

Parameters

configuration
Configuration

The Configuration being deleted.

Returns

Applies to

Azure SDK for .NET Latest
Product Versies
Azure SDK for .NET Latest

RemoveConfigurationAsync(String)

Deletes a previously registered device from the system.

C#
public virtual System.Threading.Tasks.Task RemoveConfigurationAsync(string configurationId);

Parameters

configurationId
String

The id of the Configuration being deleted.

Returns

Applies to

Azure SDK for .NET Latest
Product Versies
Azure SDK for .NET Latest

RemoveConfigurationAsync(Configuration, CancellationToken)

Deletes a previously registered device from the system.

C#
public virtual System.Threading.Tasks.Task RemoveConfigurationAsync(Microsoft.Azure.Devices.Configuration configuration, System.Threading.CancellationToken cancellationToken);

Parameters

configuration
Configuration

The Configuration being deleted.

cancellationToken
CancellationToken

The token which allows the operation to be canceled.

Returns

Applies to

Azure SDK for .NET Latest
Product Versies
Azure SDK for .NET Latest

RemoveConfigurationAsync(String, CancellationToken)

Deletes a previously registered device from the system.

C#
public virtual System.Threading.Tasks.Task RemoveConfigurationAsync(string configurationId, System.Threading.CancellationToken cancellationToken);

Parameters

configurationId
String

The id of the configurationId being deleted.

cancellationToken
CancellationToken

The token which allows the operation to be canceled.

Returns

Applies to

Azure SDK for .NET Latest
Product Versies
Azure SDK for .NET Latest