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.
  • serverName: String!
  • # List of tags associated with the Azure SQL Managed Instance Server.
  • tags: [AzureTag!]!
  • # Count of the vCores in the Azure SQL Managed Instance Server.
  • vCoresCount: Int!
  • # Type of backup storage redundancy. Examples: LRS, ZRS, GRS.
  • backupStorageRedundancy: AzureSqlBackupStorageRedundancyType!
  • # Storage size of the Azure SQL Managed Instance Server, in GiB.
  • storageSizeGib: Long!
  • # Name of the Instance Pool the Azure SQL Managed Instance Server belongs to.
  • instancePoolName: String!
  • # Service Tier associated with the Azure SQL Managed Instance Server.
  • serviceTier: String!
  • # Azure region where the Azure SQL Managed Instance Server is located.
  • region: AzureNativeRegion!
  • # Name of the Virtual Network associated with the Azure SQL Managed Instance
  • # Server.
  • vnetName: String!
  • # Name of the subnet associated with the Azure SQL Managed Instance Server.
  • subnetName: String!
  • # The object from where the setup for performing backups of Azure SQL Managed
  • # Instance Databases is inherited.
  • backupSetupSourceObject: PathNode
  • # The authorized operations on the object.
  • authorizedOperations: [PolarisSnappableAuthorizedOperationsEnum!]!
  • # Resource Group of the Azure SQL Managed Instance Server.
  • azureNativeResourceGroup: AzureNativeResourceGroup!
  • # The FID of the hierarchy object.
  • id: UUID!
  • # The name of the hierarchy object.
  • name: String!
  • # The type of this object.
  • objectType: HierarchyObjectTypeEnum!
  • # The SLA Domain assignment type for this object.
  • slaAssignment: SlaAssignmentTypeEnum!
  • # The effective SLA Domain of the hierarchy object.
  • effectiveSlaDomain: SlaDomain!
  • # The pause status of the effective SLA Domain of the hierarchy object.
  • slaPauseStatus: Boolean!
  • # The distribution of the snapshots of the hierarchy object.
  • snapshotDistribution: SnapshotDistribution!
  • # The effective retention of the SLA Domain of the hierarchy object.
  • effectiveRetentionSlaDomain: SlaDomain
  • # The SLA Domain configured for the hierarchy object.
  • configuredSlaDomain: SlaDomain!
  • # The path node of the effective SLA Domain source.
  • effectiveSlaSourceObject: PathNode
  • # A sequential list of this object's logical ancestors.
  • logicalPath: [PathNode!]!
  • # A sequential list of this object's physical ancestors.
  • physicalPath: [PathNode!]!
  • # The number of descendant workloads of this object.
  • numWorkloadDescendants: Int!
  • # The organizations to which this hierarchy object belongs.
  • allOrgs: [Org!]!
  • }