OBJECT
AzureSqlManagedInstanceServer
Description
Retrieves an Azure SQL Managed Instance Server. Refers to the server the Azure SQL Managed Instance Database is a part of.
link GraphQL Schema definition
- type AzureSqlManagedInstanceServer 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 Managed Instance 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 Managed
- # Instance Databases is inherited.
- : PathNode
- # Type of backup storage redundancy. Examples: LRS, ZRS, GRS.
- : AzureSqlBackupStorageRedundancyType!
- # 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!
- # Name of the Instance Pool the Azure SQL Managed Instance Server belongs to.
- : String!
- # 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 Managed Instance 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 Managed Instance Server.
- : String!
- # Service Tier associated with the Azure SQL Managed Instance 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!
- # Storage size of the Azure SQL Managed Instance Server, in GiB.
- : Long!
- # Name of the subnet associated with the Azure SQL Managed Instance Server.
- : String!
- # List of tags associated with the Azure SQL Managed Instance Server.
- : [AzureTag!]!
- # Count of the vCores in the Azure SQL Managed Instance Server.
- : Int!
- # Name of the Virtual Network associated with the Azure SQL Managed Instance
- # Server.
- : String!
- }
link Require by
- AzureSqlManagedInstanceDatabaseRetrieves an Azure SQL Managed Instance Database. Refers to the database engine compatible with the latest SQL Server (Enterprise Edition) database engine. For more information, see https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview.
- AzureSqlManagedInstanceServerConnectionPaginated list of AzureSqlManagedInstanceServer objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AzureSqlManagedInstanceServerEdgeWrapper around the AzureSqlManagedInstanceServer object. This wrapper is used for pagination.
- Query