Interface AttachedDatabaseConfiguration


  • public interface AttachedDatabaseConfiguration
    An immutable client-side representation of AttachedDatabaseConfiguration.
    • Method Detail

      • 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.
      • location

        String location()
        Gets the location property: Resource location.
        Returns:
        the location value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
        Returns:
        the systemData value.
      • provisioningState

        ResourceProvisioningState provisioningState()
        Gets the provisioningState property: The provisioned state of the resource.
        Returns:
        the provisioningState value.
      • databaseName

        String databaseName()
        Gets the databaseName property: The name of the database which you would like to attach, use * if you want to follow all current and future databases.
        Returns:
        the databaseName value.
      • kustoPoolResourceId

        String kustoPoolResourceId()
        Gets the kustoPoolResourceId property: The resource id of the kusto pool where the databases you would like to attach reside.
        Returns:
        the kustoPoolResourceId value.
      • attachedDatabaseNames

        List<String> attachedDatabaseNames()
        Gets the attachedDatabaseNames property: The list of databases from the clusterResourceId which are currently attached to the kusto pool.
        Returns:
        the attachedDatabaseNames value.
      • defaultPrincipalsModificationKind

        DefaultPrincipalsModificationKind defaultPrincipalsModificationKind()
        Gets the defaultPrincipalsModificationKind property: The default principals modification kind.
        Returns:
        the defaultPrincipalsModificationKind value.
      • tableLevelSharingProperties

        TableLevelSharingProperties tableLevelSharingProperties()
        Gets the tableLevelSharingProperties property: Table level sharing specifications.
        Returns:
        the tableLevelSharingProperties value.
      • region

        com.azure.core.management.Region region()
        Gets the region of the resource.
        Returns:
        the region of the resource.
      • regionName

        String regionName()
        Gets the name of the resource region.
        Returns:
        the name of the resource region.
      • innerModel

        AttachedDatabaseConfigurationInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.AttachedDatabaseConfigurationInner object.
        Returns:
        the inner object.
      • refresh

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