OBJECT
AzureNativeResourceGroup
Description
An Azure Native Resource Group. Refers to a collection of resources in which multiple Azure services can reside.
link GraphQL Schema definition
- type AzureNativeResourceGroup implements PolarisHierarchyObject, HierarchyObject {
- # Rubrik ID of the Azure Native Resource Group.
- UUID! :
- # Count of Virtual Machines (VMs) in the Resource Group.
- Int! :
- # Count of disks in the Resource Group.
- Int! :
- # Deprecated, use protectedObjectTypeToSla instead. Rubrik Service Level Agreement
- # (SLA) assigned to the Virtual Machines (VMs) in the Resource Group.
- AzureNativeResourceGroupSlaAssignment! :
- # Deprecated, use protectedObjectTypeToSla instead. Rubrik Service Level Agreement
- # (SLA) assigned to the disks in the Resource Group.
- AzureNativeResourceGroupSlaAssignment! :
- # Azure region associated with the Resource Group.
- AzureNativeRegion! :
- # List of tags associated with the Resource Group.
- AzureTag!]! : [
- # A list of mappings between protected object types and SLA Domains.
- ProtectedObjectTypeToSla!]! : [
- # Count of Azure SQL databases in the Resource Group.
- Int! :
- # Count of Azure SQL Managed Instance databases in the Resource Group.
- Int! :
- # The number of Azure storage accounts in the resource group.
- Int! :
- # A list of mappings between object types and details about the backup setup.
- WorkloadTypeToBackupSetupSpecs!]! : [
- # The authorized operations on the object.
- PolarisObjectAuthorizedOperationsEnum!]! : [
- # Azure Native Subscription of the Resource Group.
- AzureNativeSubscription! :
- # Paginated ist of Azure Virtual Machines (VMs) in the Resource Group.
- #
- # 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.
- # sortBy: Sort fields for list of Azure virtual machines.
- # sortOrder: Sorts the order of results.
- # virtualMachineFilters:
- (
- Int, :
- String, :
- Int, :
- String, :
- AzureNativeVirtualMachineSortFields, :
- SortOrder, :
- AzureNativeVirtualMachineFilters :
- ): AzureNativeVirtualMachineConnection!
- # 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
- AzureNativeHierarchyObjectTypeAn Azure native managed hierarchy object.
- AzureNativeManagedDiskAn Azure Native Managed Disk that refers to the block storage designed to be used with Azure Virtual Machines. Some examples are: ultra disks, premium solid-state drives (SSD), standard SSDs, and standard hard disk drives (HDD). For more information, see https://docs.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview.
- AzureNativeResourceGroupConnectionPaginated list of AzureNativeResourceGroup objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AzureNativeResourceGroupEdgeWrapper around the AzureNativeResourceGroup object. This wrapper is used for pagination.
- AzureNativeVirtualMachineAn Azure Native Virtual Machine that refers to the Azure infrastructure as a service (IaaS) used to deploy persistent VMs. For more information, see https://docs.microsoft.com/en-us/azure/virtual-machines/.
- AzureSqlDatabaseServerRetrieves 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.
- AzureSqlManagedInstanceServerRetrieves an Azure SQL Managed Instance Server. Refers to the server the Azure SQL Managed Instance Database is a part of.
- AzureStorageAccountAn Azure storage account that contains Azure storage data objects including blobs, file shares, queues, tables, and disks. For more information, see https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview.
- Query