IntegrationFabricInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. dashboard. fluent. models. IntegrationFabricInner
- com.
- com.
- com.
public final class IntegrationFabricInner
extends Resource
The integration fabric resource type.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationFabricInner() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Integration |
properties()
Get the properties property: The properties property. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Integration |
withLocation(String location) |
|
Integration |
withProperties(IntegrationFabricProperties properties)
Set the properties property: The properties property. |
|
Integration |
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:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
IntegrationFabricInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
IntegrationFabricInner.name()Returns:
properties
public IntegrationFabricProperties properties()
Get the properties property: The properties property.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IntegrationFabricInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
IntegrationFabricInner.type()Returns:
withLocation
public IntegrationFabricInner withLocation(String location)
Overrides:
IntegrationFabricInner.withLocation(String location)Parameters:
withProperties
public IntegrationFabricInner withProperties(IntegrationFabricProperties properties)
Set the properties property: The properties property.
Parameters:
Returns:
withTags
public IntegrationFabricInner withTags(Map<String,String> tags)
Overrides:
IntegrationFabricInner.withTags(Map<String,String> tags)Parameters: