IntegrationRuntimeResource Class

public final class IntegrationRuntimeResource
extends SubResource

Integration runtime resource type.

Constructor Summary

Constructor Description
IntegrationRuntimeResource()

Creates an instance of IntegrationRuntimeResource class.

Method Summary

Modifier and Type Method and Description
static IntegrationRuntimeResource fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeResource from the JsonReader.

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.

IntegrationRuntime getProperties()

Get the properties property: Integration runtime properties.

String getType()

Get the type property: The type of the resource.

IntegrationRuntimeResource setProperties(IntegrationRuntime properties)

Set the properties property: Integration runtime properties.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of IntegrationRuntimeResource if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

getEtag

public String getEtag()

Get the etag property: Resource Etag.

Overrides:

IntegrationRuntimeResource.getEtag()

Returns:

the etag value.

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:

the id value.

getName

public String getName()

Get the name property: The name of the resource.

Overrides:

IntegrationRuntimeResource.getName()

Returns:

the name value.

getProperties

public IntegrationRuntime getProperties()

Get the properties property: Integration runtime properties.

Returns:

the properties value.

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:

the type value.

setProperties

public IntegrationRuntimeResource setProperties(IntegrationRuntime properties)

Set the properties property: Integration runtime properties.

Parameters:

properties - the properties value to set.

Returns:

the IntegrationRuntimeResource object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

IntegrationRuntimeResource.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to