Class LinkedServiceDebugResource
java.lang.Object
com.azure.resourcemanager.datafactory.models.SubResourceDebugResource
com.azure.resourcemanager.datafactory.models.LinkedServiceDebugResource
Linked service debug resource.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LinkedServiceDebugResource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Properties of linked service.void
validate()
Validates the instance.Set the name property: The resource name.withProperties
(LinkedService properties) Set the properties property: Properties of linked service.Methods inherited from class com.azure.resourcemanager.datafactory.models.SubResourceDebugResource
name
-
Constructor Details
-
LinkedServiceDebugResource
public LinkedServiceDebugResource()Creates an instance of LinkedServiceDebugResource class.
-
-
Method Details
-
properties
Get the properties property: Properties of linked service.- Returns:
- the properties value.
-
withProperties
Set the properties property: Properties of linked service.- Parameters:
properties
- the properties value to set.- Returns:
- the LinkedServiceDebugResource object itself.
-
withName
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.
-