IntegrationFabricProperties Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. models. IntegrationFabricProperties
- com.
Implements
public final class IntegrationFabricProperties
implements JsonSerializable<IntegrationFabricProperties>
The IntegrationFabricProperties model.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationFabricProperties() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataSourceResourceId()
Get the data |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Provisioning |
provisioningState()
Get the provisioning |
| List<String> |
scenarios()
Get the scenarios property: A list of integration scenarios covered by this integration fabric. |
| String |
targetResourceId()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Integration |
withDataSourceResourceId(String dataSourceResourceId)
Set the data |
|
Integration |
withScenarios(List<String> scenarios)
Set the scenarios property: A list of integration scenarios covered by this integration fabric. |
|
Integration |
withTargetResourceId(String targetResourceId)
Set the target |
Methods inherited from java.lang.Object
Constructor Details
IntegrationFabricProperties
public IntegrationFabricProperties()
Creates an instance of IntegrationFabricProperties class.
Method Details
dataSourceResourceId
public String dataSourceResourceId()
Get the dataSourceResourceId property: The resource Id of the Azure resource which is used to configure Grafana data source. E.g., an Azure Monitor Workspace, an Azure Data Explorer cluster, etc.
Returns:
fromJson
public static IntegrationFabricProperties fromJson(JsonReader jsonReader)
Reads an instance of IntegrationFabricProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
scenarios
public List<String> scenarios()
Get the scenarios property: A list of integration scenarios covered by this integration fabric.
Returns:
targetResourceId
public String targetResourceId()
Get the targetResourceId property: The resource Id of the Azure resource being integrated with Azure Managed Grafana. E.g., an Azure Kubernetes Service cluster.
Returns:
toJson
withDataSourceResourceId
public IntegrationFabricProperties withDataSourceResourceId(String dataSourceResourceId)
Set the dataSourceResourceId property: The resource Id of the Azure resource which is used to configure Grafana data source. E.g., an Azure Monitor Workspace, an Azure Data Explorer cluster, etc.
Parameters:
Returns:
withScenarios
public IntegrationFabricProperties withScenarios(List<String> scenarios)
Set the scenarios property: A list of integration scenarios covered by this integration fabric.
Parameters:
Returns:
withTargetResourceId
public IntegrationFabricProperties withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The resource Id of the Azure resource being integrated with Azure Managed Grafana. E.g., an Azure Kubernetes Service cluster.
Parameters:
Returns: