IntegrationRuntimeResource Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Resource - com.
azure. analytics. synapse. artifacts. models. AzureEntityResource - com.
azure. analytics. synapse. artifacts. models. SubResource - com.
azure. analytics. synapse. artifacts. models. IntegrationRuntimeResource
- com.
- com.
- com.
- com.
public final class IntegrationRuntimeResource
extends SubResource
Integration runtime resource type.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeResource() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
getEtag()
Get the etag property: Resource Etag. |
| String |
getId()
Get the id property: Fully qualified resource ID for the resource. |
| String |
getName()
Get the name property: The name of the resource. |
|
Integration |
getProperties()
Get the properties property: Integration runtime properties. |
| String |
getType()
Get the type property: The type of the resource. |
|
Integration |
setProperties(IntegrationRuntime properties)
Set the properties property: Integration runtime properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeResource
public IntegrationRuntimeResource()
Creates an instance of IntegrationRuntimeResource class.
Method Details
fromJson
public static IntegrationRuntimeResource fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeResource from the JsonReader.
Parameters:
Returns:
Throws:
getEtag
public String getEtag()
Get the etag property: Resource Etag.
Overrides:
IntegrationRuntimeResource.getEtag()Returns:
getId
public String getId()
Get the id property: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
Overrides:
IntegrationRuntimeResource.getId()Returns:
getName
public String getName()
Get the name property: The name of the resource.
Overrides:
IntegrationRuntimeResource.getName()Returns:
getProperties
public IntegrationRuntime getProperties()
Get the properties property: Integration runtime properties.
Returns:
getType
public String getType()
Get the type property: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
Overrides:
IntegrationRuntimeResource.getType()Returns:
setProperties
public IntegrationRuntimeResource setProperties(IntegrationRuntime properties)
Set the properties property: Integration runtime properties.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IntegrationRuntimeResource.toJson(JsonWriter jsonWriter)Parameters:
Throws: