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 {
- # Name of 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! :
- # Type of backup storage redundancy. Examples: LRS, ZRS, GRS.
- AzureSqlBackupStorageRedundancyType! :
- # Storage size of the Azure SQL Managed Instance Server, in GiB.
- Long! :
- # Name of the Instance Pool the Azure SQL Managed Instance Server belongs to.
- String! :
- # Service Tier associated with the Azure SQL Managed Instance Server.
- String! :
- # Azure region where the Azure SQL Managed Instance Server is located.
- AzureNativeRegion! :
- # Name of the Virtual Network associated with the Azure SQL Managed Instance
- # Server.
- String! :
- # Name of the subnet associated with the Azure SQL Managed Instance Server.
- String! :
- # The object from where the setup for performing backups of Azure SQL Managed
- # Instance Databases is inherited.
- PathNode :
- # The authorized operations on the object.
- PolarisSnappableAuthorizedOperationsEnum!]! : [
- # Resource Group of the Azure SQL Managed Instance Server.
- AzureNativeResourceGroup! :
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- CompactSlaDomain :
- # FID of the hierarchy object.
- UUID! :
- # Name of the hierarchy object.
- String! :
- # Type of this object.
- HierarchyObjectTypeEnum! :
- # SLA Domain assignment type for this object.
- SlaAssignmentTypeEnum! :
- # Effective SLA Domain of the hierarchy object.
- SlaDomain! :
- # Pause status of the effective SLA Domain of the hierarchy object.
- Boolean! :
- # Distribution of the snapshots of the hierarchy object.
- SnapshotDistribution! :
- # Effective retention of the SLA Domain of the hierarchy object.
- SlaDomain :
- # SLA Domain configured for the hierarchy object.
- SlaDomain! :
- # Path node of the effective SLA Domain source.
- PathNode :
- # Sequential list of this object's logical ancestors.
- PathNode!]! : [
- # Sequential list of this object's physical ancestors.
- PathNode!]! : [
- # Number of descendant workloads of this object.
- Int! :
- # Organizations to which this hierarchy object belongs.
- Org!]! : [
- # Security posture metadata.
- SecurityMetadata :
- }
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