Class SubResourceDebugResource
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SubResourceDebugResource
-
- Direct Known Subclasses:
DataFlowDebugResource
,DatasetDebugResource
,IntegrationRuntimeDebugResource
,LinkedServiceDebugResource
public class SubResourceDebugResource extends Object
Azure Data Factory nested debug resource.
-
-
Constructor Summary
Constructors Constructor Description SubResourceDebugResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: The resource name.void
validate()
Validates the instance.SubResourceDebugResource
withName(String name)
Set the name property: The resource name.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The resource name.- Returns:
- the name value.
-
withName
public SubResourceDebugResource withName(String name)
Set the name property: The resource name.- Parameters:
name
- the name value to set.- Returns:
- the SubResourceDebugResource object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-