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