Class LinkedServiceDebugResource
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SubResourceDebugResource
-
- com.azure.resourcemanager.datafactory.models.LinkedServiceDebugResource
-
public final class LinkedServiceDebugResource extends SubResourceDebugResource
Linked service debug resource.
-
-
Constructor Summary
Constructors Constructor Description LinkedServiceDebugResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 class com.azure.resourcemanager.datafactory.models.SubResourceDebugResource
name
-
-
-
-
Method Detail
-
properties
public LinkedService properties()
Get the properties property: Properties of linked service.- Returns:
- the properties value.
-
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.
-
withName
public LinkedServiceDebugResource withName(String name)
Set the name property: The resource name.- Overrides:
withName
in classSubResourceDebugResource
- Parameters:
name
- the name value to set.- Returns:
- the SubResourceDebugResource object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classSubResourceDebugResource
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-