Class IntegrationRuntimeResourceInner
java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeResourceInner
public final class IntegrationRuntimeResourceInner
extends com.azure.core.management.SubResource
Integration runtime resource type.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeResourceInner class. -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get the etag property: Etag identifies change in the resource.name()
Get the name property: The resource name.Get the properties property: Integration runtime properties.type()
Get the type property: The resource type.void
validate()
Validates the instance.withProperties
(IntegrationRuntime properties) Set the properties property: Integration runtime properties.Methods inherited from class com.azure.core.management.SubResource
id
-
Constructor Details
-
IntegrationRuntimeResourceInner
public IntegrationRuntimeResourceInner()Creates an instance of IntegrationRuntimeResourceInner 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 IntegrationRuntimeResourceInner object itself.
-
name
Get the name property: The resource name.- Returns:
- the name value.
-
type
Get the type property: The resource type.- Returns:
- the type value.
-
etag
Get the etag property: Etag identifies change in the resource.- Returns:
- the etag value.
-
withId
- Overrides:
withId
in classcom.azure.core.management.SubResource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-