Interface ConnectorMappingResourceFormat


public interface ConnectorMappingResourceFormat
An immutable client-side representation of ConnectorMappingResourceFormat.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • connectorName

      String connectorName()
      Gets the connectorName property: The connector name.
      Returns:
      the connectorName value.
    • connectorType

      ConnectorTypes connectorType()
      Gets the connectorType property: Type of connector.
      Returns:
      the connectorType value.
    • created

      OffsetDateTime created()
      Gets the created property: The created time.
      Returns:
      the created value.
    • lastModified

      OffsetDateTime lastModified()
      Gets the lastModified property: The last modified time.
      Returns:
      the lastModified value.
    • entityType

      EntityTypes entityType()
      Gets the entityType property: Defines which entity type the file should map to.
      Returns:
      the entityType value.
    • entityTypeName

      String entityTypeName()
      Gets the entityTypeName property: The mapping entity name.
      Returns:
      the entityTypeName value.
    • connectorMappingName

      String connectorMappingName()
      Gets the connectorMappingName property: The connector mapping name.
      Returns:
      the connectorMappingName value.
    • displayName

      String displayName()
      Gets the displayName property: Display name for the connector mapping.
      Returns:
      the displayName value.
    • description

      String description()
      Gets the description property: The description of the connector mapping.
      Returns:
      the description value.
    • dataFormatId

      String dataFormatId()
      Gets the dataFormatId property: The DataFormat ID.
      Returns:
      the dataFormatId value.
    • mappingProperties

      ConnectorMappingProperties mappingProperties()
      Gets the mappingProperties property: The properties of the mapping.
      Returns:
      the mappingProperties value.
    • nextRunTime

      OffsetDateTime nextRunTime()
      Gets the nextRunTime property: The next run time based on customer's settings.
      Returns:
      the nextRunTime value.
    • runId

      String runId()
      Gets the runId property: The RunId.
      Returns:
      the runId value.
    • state

      Gets the state property: State of connector mapping.
      Returns:
      the state value.
    • tenantId

      String tenantId()
      Gets the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.ConnectorMappingResourceFormatInner object.
      Returns:
      the inner object.
    • update

      Begins update for the ConnectorMappingResourceFormat resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      ConnectorMappingResourceFormat refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.