Interface RelationshipResourceFormat


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

      CardinalityTypes cardinality()
      Gets the cardinality property: The Relationship Cardinality.
      Returns:
      the cardinality value.
    • displayName

      Map<String,String> displayName()
      Gets the displayName property: Localized display name for the Relationship.
      Returns:
      the displayName value.
    • description

      Map<String,String> description()
      Gets the description property: Localized descriptions for the Relationship.
      Returns:
      the description value.
    • expiryDateTimeUtc

      OffsetDateTime expiryDateTimeUtc()
      Gets the expiryDateTimeUtc property: The expiry date time in UTC.
      Returns:
      the expiryDateTimeUtc value.
    • fields

      Gets the fields property: The properties of the Relationship.
      Returns:
      the fields value.
    • lookupMappings

      List<RelationshipTypeMapping> lookupMappings()
      Gets the lookupMappings property: Optional property to be used to map fields in profile to their strong ids in related profile.
      Returns:
      the lookupMappings value.
    • profileType

      String profileType()
      Gets the profileType property: Profile type.
      Returns:
      the profileType value.
    • provisioningState

      ProvisioningStates provisioningState()
      Gets the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • relationshipName

      String relationshipName()
      Gets the relationshipName property: The Relationship name.
      Returns:
      the relationshipName value.
    • relatedProfileType

      String relatedProfileType()
      Gets the relatedProfileType property: Related profile being referenced.
      Returns:
      the relatedProfileType value.
    • relationshipGuidId

      String relationshipGuidId()
      Gets the relationshipGuidId property: The relationship guid id.
      Returns:
      the relationshipGuidId 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.RelationshipResourceFormatInner object.
      Returns:
      the inner object.
    • update

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

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

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