Interface ConnectorResourceFormat


public interface ConnectorResourceFormat
An immutable client-side representation of ConnectorResourceFormat.
  • 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.
    • connectorId

      Integer connectorId()
      Gets the connectorId property: ID of the connector.
      Returns:
      the connectorId value.
    • connectorName

      String connectorName()
      Gets the connectorName property: Name of the connector.
      Returns:
      the connectorName value.
    • connectorType

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

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

      String description()
      Gets the description property: Description of the connector.
      Returns:
      the description value.
    • connectorProperties

      Map<String,Object> connectorProperties()
      Gets the connectorProperties property: The connector properties.
      Returns:
      the connectorProperties 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.
    • state

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

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

      Boolean isInternal()
      Gets the isInternal property: If this is an internal connector.
      Returns:
      the isInternal 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.ConnectorResourceFormatInner object.
      Returns:
      the inner object.
    • update

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

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

      ConnectorResourceFormat 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.