Class IntegrationRuntimeDebugResource
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SubResourceDebugResource
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeDebugResource
-
public final class IntegrationRuntimeDebugResource extends SubResourceDebugResource
Integration runtime debug resource.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeDebugResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationRuntime
properties()
Get the properties property: Integration runtime properties.void
validate()
Validates the instance.IntegrationRuntimeDebugResource
withName(String name)
Set the name property: The resource name.IntegrationRuntimeDebugResource
withProperties(IntegrationRuntime properties)
Set the properties property: Integration runtime properties.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.SubResourceDebugResource
name
-
-
-
-
Method Detail
-
properties
public IntegrationRuntime properties()
Get the properties property: Integration runtime properties.- Returns:
- the properties value.
-
withProperties
public IntegrationRuntimeDebugResource withProperties(IntegrationRuntime properties)
Set the properties property: Integration runtime properties.- Parameters:
properties
- the properties value to set.- Returns:
- the IntegrationRuntimeDebugResource object itself.
-
withName
public IntegrationRuntimeDebugResource 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.
-
-