Aracılığıyla paylaş


LinkedServiceResource Constructors

Definition

Overloads

LinkedServiceResource()

Initializes a new instance of the LinkedServiceResource class.

LinkedServiceResource(LinkedService, String, String, String, String)

Initializes a new instance of the LinkedServiceResource class.

LinkedServiceResource()

Initializes a new instance of the LinkedServiceResource class.

public LinkedServiceResource ();
Public Sub New ()

Applies to

LinkedServiceResource(LinkedService, String, String, String, String)

Initializes a new instance of the LinkedServiceResource class.

public LinkedServiceResource (Microsoft.Azure.Management.DataFactory.Models.LinkedService properties, string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource : Microsoft.Azure.Management.DataFactory.Models.LinkedService * string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource
Public Sub New (properties As LinkedService, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)

Parameters

properties
LinkedService

Properties of linked service.

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

etag
String

Etag identifies change in the resource.

Applies to