Interface AttachedDatabaseConfiguration


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

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

      ProvisioningState 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.
    • clusterResourceId

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

      List<String> attachedDatabaseNames()
      Gets the attachedDatabaseNames property: The list of databases from the clusterResourceId which are currently attached to the cluster.
      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.
    • databaseNameOverride

      String databaseNameOverride()
      Gets the databaseNameOverride property: Overrides the original database name. Relevant only when attaching to a specific database.
      Returns:
      the databaseNameOverride value.
    • databaseNamePrefix

      String databaseNamePrefix()
      Gets the databaseNamePrefix property: Adds a prefix to the attached databases name. When following an entire cluster, that prefix would be added to all of the databases original names from leader cluster.
      Returns:
      the databaseNamePrefix 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.
    • resourceGroupName

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

      Gets the inner com.azure.resourcemanager.kusto.fluent.models.AttachedDatabaseConfigurationInner object.
      Returns:
      the inner object.
    • update

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

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • 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.