DataFactoryClient.DeleteLinkedService(String, String, String) Method

Definition

public virtual System.Net.HttpStatusCode DeleteLinkedService (string resourceGroupName, string dataFactoryName, string linkedServiceName);
abstract member DeleteLinkedService : string * string * string -> System.Net.HttpStatusCode
override this.DeleteLinkedService : string * string * string -> System.Net.HttpStatusCode
Public Overridable Function DeleteLinkedService (resourceGroupName As String, dataFactoryName As String, linkedServiceName As String) As HttpStatusCode

Parameters

resourceGroupName
String
dataFactoryName
String
linkedServiceName
String

Returns

Applies to