IntegrationFabricInner Class

public final class IntegrationFabricInner
extends Resource

The integration fabric resource type.

Constructor Summary

Constructor Description
IntegrationFabricInner()

Creates an instance of IntegrationFabricInner class.

Method Summary

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

Reads an instance of IntegrationFabricInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

IntegrationFabricProperties properties()

Get the properties property: The properties property.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

IntegrationFabricInner withLocation(String location)
IntegrationFabricInner withProperties(IntegrationFabricProperties properties)

Set the properties property: The properties property.

IntegrationFabricInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

IntegrationFabricInner

public IntegrationFabricInner()

Creates an instance of IntegrationFabricInner class.

Method Details

fromJson

public static IntegrationFabricInner fromJson(JsonReader jsonReader)

Reads an instance of IntegrationFabricInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IntegrationFabricInner 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.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

IntegrationFabricInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

IntegrationFabricInner.name()

Returns:

the name value.

properties

public IntegrationFabricProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

IntegrationFabricInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

IntegrationFabricInner.type()

Returns:

the type value.

withLocation

public IntegrationFabricInner withLocation(String location)

Overrides:

IntegrationFabricInner.withLocation(String location)

Parameters:

location

withProperties

public IntegrationFabricInner withProperties(IntegrationFabricProperties properties)

Set the properties property: The properties property.

Parameters:

properties - the properties value to set.

Returns:

the IntegrationFabricInner object itself.

withTags

public IntegrationFabricInner withTags(Map<String,String> tags)

Overrides:

IntegrationFabricInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to