OBJECT
AzureSqlDatabaseServer
Description
Retrieves an Azure SQL Database Server. Refers to the server the Azure SQL Database is a part of. For more info, see https://docs.microsoft.com/en-us/azure/azure-sql/database/logical-servers.
link GraphQL Schema definition
- type AzureSqlDatabaseServer implements PolarisHierarchyObject, HierarchyObject {
- # Organizations to which this hierarchy object belongs.
- : [Org!]!
- # Rsc tags to which this hierarchy object is assigned.
- : [AssignedRscTag!]!
- # The authorized operations on the object.
- : [PolarisSnappableAuthorizedOperationsEnum!]!
- # Resource Group of the Azure SQL Database Server.
- : AzureNativeResourceGroup! @deprecated( reason: "Deprecated, use azureResourceGroup instead." )
- # Azure native resource group and subscription details.
- : AzureNativeResourceGroupAndSubscriptionDetails @deprecated( reason: "Deprecated, use azureResourceGroupDetails instead." )
- # Resource Group of the Azure object.
- : AzureNativeResourceGroup
- # Azure native resource group and subscription details.
- : AzureResourceGroupDetails!
- # The object from where the setup for performing backups of Azure SQL Databases is
- # inherited.
- : PathNode
- # SLA Domain configured for the hierarchy object.
- : SlaDomain!
- # Effective retention of the SLA Domain of the hierarchy object.
- : SlaDomain
- # Effective SLA Domain of the hierarchy object.
- : SlaDomain!
- # Path node of the effective SLA Domain source.
- : PathNode
- # FID of the hierarchy object.
- : UUID!
- # Sequential list of the logical ancestors of this object.
- : [PathNode!]!
- # Name of the hierarchy object.
- : String!
- # Number of descendant workloads of this object.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # objectTypes: Types of objects to limit the results. If absent,
- # all object types are returned.
- (
- : Int,
- : String,
- : Int,
- : String,
- : [ManagedObjectType!]
- ): Int!
- # Pause status of the hierarchy object.
- : ObjectPauseStatus
- # Type of this object.
- : HierarchyObjectTypeEnum!
- # Sequential list of the physical ancestors of this object.
- : [PathNode!]!
- # Azure region where the Azure SQL Database Server is located.
- : AzureNativeRegion!
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- : CompactSlaDomain
- # Object pause pending assignment details for RSC objects.
- : PendingObjectPauseAssignmentStatus
- # Security posture metadata.
- : SecurityMetadata
- # Name of the Azure SQL Database Server.
- : String!
- # SLA Domain assignment type for this object.
- : SlaAssignmentTypeEnum!
- # Pause status of the effective SLA Domain of the hierarchy object.
- : Boolean!
- # Distribution of the snapshots of the hierarchy object.
- : SnapshotDistribution!
- # List of tags associated with the Azure SQL Database Server.
- : [AzureTag!]!
- }
link Require by
- AzureSqlDatabaseDbAn Azure SQL Database. Refers to the fully managed SQL database built for the cloud. For more info, see https://azure.microsoft.com/en-us/products/azure-sql/database/.
- AzureSqlDatabaseServerConnectionPaginated list of AzureSqlDatabaseServer objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AzureSqlDatabaseServerEdgeWrapper around the AzureSqlDatabaseServer object. This wrapper is used for pagination.
- Query