LinkedServiceDebugResource Class

public final class LinkedServiceDebugResource
extends SubResourceDebugResource

Linked service debug resource.

Constructor Summary

Constructor Description
LinkedServiceDebugResource()

Creates an instance of LinkedServiceDebugResource class.

Method Summary

Modifier and Type Method and Description
LinkedService properties()

Get the properties property: Properties of linked service.

void validate()

Validates the instance.

LinkedServiceDebugResource withName(String name)

Set the name property: The resource name.

LinkedServiceDebugResource withProperties(LinkedService properties)

Set the properties property: Properties of linked service.

Methods inherited from SubResourceDebugResource

Methods inherited from java.lang.Object

Constructor Details

LinkedServiceDebugResource

public LinkedServiceDebugResource()

Creates an instance of LinkedServiceDebugResource class.

Method Details

properties

public LinkedService properties()

Get the properties property: Properties of linked service.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

Overrides:

LinkedServiceDebugResource.validate()

withName

public LinkedServiceDebugResource withName(String name)

Set the name property: The resource name.

Overrides:

LinkedServiceDebugResource.withName(String name)

Parameters:

name

withProperties

public LinkedServiceDebugResource withProperties(LinkedService properties)

Set the properties property: Properties of linked service.

Parameters:

properties - the properties value to set.

Returns:

the LinkedServiceDebugResource object itself.

Applies to