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 {
- # Organizations to which this hierarchy object belongs.
- : [Org!]!
- # Rsc tags to which this hierarchy object is assigned.
- : [AssignedRscTag!]!
- # The authorized operations on the object.
- : [PolarisObjectAuthorizedOperationsEnum!]!
- # Subscription details of the resource group.
- : AzureNativeSubscriptionDetails @deprecated( reason: "Deprecated, use azureSubscriptionDetails instead." )
- # 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!
- # 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!
- # Azure Native Subscription of the Resource Group.
- : AzureNativeSubscription
- # Subscription details of the resource group.
- : AzureNativeSubscriptionDetails!
- # Rubrik ID of the Azure Native Resource Group.
- : UUID!
- # SLA Domain configured for the hierarchy object.
- : SlaDomain!
- # Deprecated, use protectedObjectTypeToSla instead. Rubrik Service Level Agreement
- # (SLA) assigned to the disks in the Resource Group.
- : AzureNativeResourceGroupSlaAssignment!
- # Count of disks in the Resource Group.
- : Int!
- # 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!]!
- # A list of mappings between protected object types and SLA Domains.
- : [ProtectedObjectTypeToSla!]!
- # Azure region associated with the Resource Group.
- : 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
- # SLA Domain assignment type for this object.
- : SlaAssignmentTypeEnum!
- # Pause status of the effective SLA Domain of the hierarchy object.
- : Boolean!
- # A list of mappings between object types and details about the backup setup.
- : [WorkloadTypeToBackupSetupSpecs!]!
- # Distribution of the snapshots of the hierarchy object.
- : SnapshotDistribution!
- # Azure Native Subscription of the Resource Group.
- : AzureNativeSubscription! @deprecated( reason: "Deprecated, use azureSubscription instead." )
- # List of tags associated with the Resource Group.
- : [AzureTag!]!
- # Deprecated, use protectedObjectTypeToSla instead. Rubrik Service Level Agreement
- # (SLA) assigned to the Virtual Machines (VMs) in the Resource Group.
- : AzureNativeResourceGroupSlaAssignment!
- # Count of Virtual Machines (VMs) in the Resource Group.
- : Int!
- }
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