IntegrationFabrics Interface

public interface IntegrationFabrics

Resource collection API of IntegrationFabrics.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new IntegrationFabric resource.

abstract void delete(String resourceGroupName, String workspaceName, String integrationFabricName)

Delete a IntegrationFabric.

abstract void delete(String resourceGroupName, String workspaceName, String integrationFabricName, Context context)

Delete a IntegrationFabric.

abstract void deleteById(String id)

Delete a IntegrationFabric.

abstract void deleteByIdWithResponse(String id, Context context)

Delete a IntegrationFabric.

abstract IntegrationFabric get(String resourceGroupName, String workspaceName, String integrationFabricName)

Get a IntegrationFabric.

abstract IntegrationFabric getById(String id)

Get a IntegrationFabric.

abstract Response<IntegrationFabric> getByIdWithResponse(String id, Context context)

Get a IntegrationFabric.

abstract Response<IntegrationFabric> getWithResponse(String resourceGroupName, String workspaceName, String integrationFabricName, Context context)

Get a IntegrationFabric.

abstract PagedIterable<IntegrationFabric> list(String resourceGroupName, String workspaceName)

List IntegrationFabric resources by ManagedGrafana.

abstract PagedIterable<IntegrationFabric> list(String resourceGroupName, String workspaceName, Context context)

List IntegrationFabric resources by ManagedGrafana.

Method Details

define

public abstract IntegrationFabric.DefinitionStages.Blank define(String name)

Begins definition for a new IntegrationFabric resource.

Parameters:

name - resource name.

Returns:

the first stage of the new IntegrationFabric definition.

delete

public abstract void delete(String resourceGroupName, String workspaceName, String integrationFabricName)

Delete a IntegrationFabric.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.
integrationFabricName - The integration fabric name of Azure Managed Grafana.

delete

public abstract void delete(String resourceGroupName, String workspaceName, String integrationFabricName, Context context)

Delete a IntegrationFabric.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.
integrationFabricName - The integration fabric name of Azure Managed Grafana.
context - The context to associate with this operation.

deleteById

public abstract void deleteById(String id)

Delete a IntegrationFabric.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract void deleteByIdWithResponse(String id, Context context)

Delete a IntegrationFabric.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

get

public abstract IntegrationFabric get(String resourceGroupName, String workspaceName, String integrationFabricName)

Get a IntegrationFabric.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.
integrationFabricName - The integration fabric name of Azure Managed Grafana.

Returns:

a IntegrationFabric.

getById

public abstract IntegrationFabric getById(String id)

Get a IntegrationFabric.

Parameters:

id - the resource ID.

Returns:

a IntegrationFabric along with Response<T>.

getByIdWithResponse

public abstract Response<IntegrationFabric> getByIdWithResponse(String id, Context context)

Get a IntegrationFabric.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

a IntegrationFabric along with Response<T>.

getWithResponse

public abstract Response<IntegrationFabric> getWithResponse(String resourceGroupName, String workspaceName, String integrationFabricName, Context context)

Get a IntegrationFabric.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.
integrationFabricName - The integration fabric name of Azure Managed Grafana.
context - The context to associate with this operation.

Returns:

a IntegrationFabric along with Response<T>.

list

public abstract PagedIterable<IntegrationFabric> list(String resourceGroupName, String workspaceName)

List IntegrationFabric resources by ManagedGrafana.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.

Returns:

paged collection of IntegrationFabric items as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<IntegrationFabric> list(String resourceGroupName, String workspaceName, Context context)

List IntegrationFabric resources by ManagedGrafana.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.
context - The context to associate with this operation.

Returns:

paged collection of IntegrationFabric items as paginated response with PagedIterable<T>.

Applies to