ConnectorMappingResourceFormat Interface

public interface ConnectorMappingResourceFormat

An immutable client-side representation of ConnectorMappingResourceFormat.

Method Summary

Modifier and Type Method and Description
abstract String connectorMappingName()

Gets the connectorMappingName property: The connector mapping name.

abstract String connectorName()

Gets the connectorName property: The connector name.

abstract ConnectorTypes connectorType()

Gets the connectorType property: Type of connector.

abstract OffsetDateTime created()

Gets the created property: The created time.

abstract String dataFormatId()

Gets the dataFormatId property: The DataFormat ID.

abstract String description()

Gets the description property: The description of the connector mapping.

abstract String displayName()

Gets the displayName property: Display name for the connector mapping.

abstract EntityTypes entityType()

Gets the entityType property: Defines which entity type the file should map to.

abstract String entityTypeName()

Gets the entityTypeName property: The mapping entity name.

abstract String id()

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

abstract ConnectorMappingResourceFormatInner innerModel()

Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.ConnectorMappingResourceFormatInner object.

abstract OffsetDateTime lastModified()

Gets the lastModified property: The last modified time.

abstract ConnectorMappingProperties mappingProperties()

Gets the mappingProperties property: The properties of the mapping.

abstract String name()

Gets the name property: The name of the resource.

abstract OffsetDateTime nextRunTime()

Gets the nextRunTime property: The next run time based on customer's settings.

abstract ConnectorMappingResourceFormat refresh()

Refreshes the resource to sync with Azure.

abstract ConnectorMappingResourceFormat refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String runId()

Gets the runId property: The RunId.

abstract ConnectorMappingStates state()

Gets the state property: State of connector mapping.

abstract String tenantId()

Gets the tenantId property: The hub name.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the ConnectorMappingResourceFormat resource.

Method Details

connectorMappingName

public abstract String connectorMappingName()

Gets the connectorMappingName property: The connector mapping name.

Returns:

the connectorMappingName value.

connectorName

public abstract String connectorName()

Gets the connectorName property: The connector name.

Returns:

the connectorName value.

connectorType

public abstract ConnectorTypes connectorType()

Gets the connectorType property: Type of connector.

Returns:

the connectorType value.

created

public abstract OffsetDateTime created()

Gets the created property: The created time.

Returns:

the created value.

dataFormatId

public abstract String dataFormatId()

Gets the dataFormatId property: The DataFormat ID.

Returns:

the dataFormatId value.

description

public abstract String description()

Gets the description property: The description of the connector mapping.

Returns:

the description value.

displayName

public abstract String displayName()

Gets the displayName property: Display name for the connector mapping.

Returns:

the displayName value.

entityType

public abstract EntityTypes entityType()

Gets the entityType property: Defines which entity type the file should map to.

Returns:

the entityType value.

entityTypeName

public abstract String entityTypeName()

Gets the entityTypeName property: The mapping entity name.

Returns:

the entityTypeName value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract ConnectorMappingResourceFormatInner innerModel()

Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.ConnectorMappingResourceFormatInner object.

Returns:

the inner object.

lastModified

public abstract OffsetDateTime lastModified()

Gets the lastModified property: The last modified time.

Returns:

the lastModified value.

mappingProperties

public abstract ConnectorMappingProperties mappingProperties()

Gets the mappingProperties property: The properties of the mapping.

Returns:

the mappingProperties value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

nextRunTime

public abstract OffsetDateTime nextRunTime()

Gets the nextRunTime property: The next run time based on customer's settings.

Returns:

the nextRunTime value.

refresh

public abstract ConnectorMappingResourceFormat refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract ConnectorMappingResourceFormat refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

runId

public abstract String runId()

Gets the runId property: The RunId.

Returns:

the runId value.

state

public abstract ConnectorMappingStates state()

Gets the state property: State of connector mapping.

Returns:

the state value.

tenantId

public abstract String tenantId()

Gets the tenantId property: The hub name.

Returns:

the tenantId value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract ConnectorMappingResourceFormat.Update update()

Begins update for the ConnectorMappingResourceFormat resource.

Returns:

the stage of resource update.

Applies to