IntegrationAccountMap Interface

public interface IntegrationAccountMap

An immutable client-side representation of IntegrationAccountMap.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime changedTime()

Gets the changedTime property: The changed time.

abstract String content()

Gets the content property: The content.

abstract ContentLink contentLink()

Gets the contentLink property: The content link.

abstract String contentType()

Gets the contentType property: The content type.

abstract OffsetDateTime createdTime()

Gets the createdTime property: The created time.

abstract String id()

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

abstract IntegrationAccountMapInner innerModel()

Gets the inner com.azure.resourcemanager.logic.fluent.models.IntegrationAccountMapInner object.

abstract WorkflowTriggerCallbackUrl listContentCallbackUrl(GetCallbackUrlParameters listContentCallbackUrl)

Get the content callback url.

abstract Response<WorkflowTriggerCallbackUrl> listContentCallbackUrlWithResponse(GetCallbackUrlParameters listContentCallbackUrl, Context context)

Get the content callback url.

abstract String location()

Gets the location property: The geo-location where the resource lives.

abstract MapType mapType()

Gets the mapType property: The map type.

abstract Object metadata()

Gets the metadata property: The metadata.

abstract String name()

Gets the name property: The name of the resource.

abstract IntegrationAccountMapPropertiesParametersSchema parametersSchema()

Gets the parametersSchema property: The parameters schema of integration account map.

abstract IntegrationAccountMap refresh()

Refreshes the resource to sync with Azure.

abstract IntegrationAccountMap refresh(Context context)

Refreshes the resource to sync with Azure.

abstract Region region()

Gets the region of the resource.

abstract String regionName()

Gets the name of the resource region.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract Map<String,String> tags()

Gets the tags property: Resource tags.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the IntegrationAccountMap resource.

Method Details

changedTime

public abstract OffsetDateTime changedTime()

Gets the changedTime property: The changed time.

Returns:

the changedTime value.

content

public abstract String content()

Gets the content property: The content.

Returns:

the content value.

contentLink

public abstract ContentLink contentLink()

Gets the contentLink property: The content link.

Returns:

the contentLink value.

contentType

public abstract String contentType()

Gets the contentType property: The content type.

Returns:

the contentType value.

createdTime

public abstract OffsetDateTime createdTime()

Gets the createdTime property: The created time.

Returns:

the createdTime value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract IntegrationAccountMapInner innerModel()

Gets the inner com.azure.resourcemanager.logic.fluent.models.IntegrationAccountMapInner object.

Returns:

the inner object.

listContentCallbackUrl

public abstract WorkflowTriggerCallbackUrl listContentCallbackUrl(GetCallbackUrlParameters listContentCallbackUrl)

Get the content callback url.

Parameters:

listContentCallbackUrl - The callback url parameters.

Returns:

the content callback url.

listContentCallbackUrlWithResponse

public abstract Response listContentCallbackUrlWithResponse(GetCallbackUrlParameters listContentCallbackUrl, Context context)

Get the content callback url.

Parameters:

listContentCallbackUrl - The callback url parameters.
context - The context to associate with this operation.

Returns:

the content callback url along with Response<T>.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

mapType

public abstract MapType mapType()

Gets the mapType property: The map type.

Returns:

the mapType value.

metadata

public abstract Object metadata()

Gets the metadata property: The metadata.

Returns:

the metadata value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

parametersSchema

public abstract IntegrationAccountMapPropertiesParametersSchema parametersSchema()

Gets the parametersSchema property: The parameters schema of integration account map.

Returns:

the parametersSchema value.

refresh

public abstract IntegrationAccountMap refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract IntegrationAccountMap refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

region

public abstract Region region()

Gets the region of the resource.

Returns:

the region of the resource.

regionName

public abstract String regionName()

Gets the name of the resource region.

Returns:

the name of the resource region.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

tags

public abstract Map tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract IntegrationAccountMap.Update update()

Begins update for the IntegrationAccountMap resource.

Returns:

the stage of resource update.

Applies to