OBJECT
AzureNativeResourceGroupAndSubscriptionDetails
Description
Azure native resource group and subscription details.
link GraphQL Schema definition
- type AzureNativeResourceGroupAndSubscriptionDetails {
- # The unique identifier for the Azure resource group.
- String! :
- # The name of the Azure resource group.
- String! :
- # The details of the Azure subscription associated with the resource group.
- AzureNativeSubscriptionDetails :
- }
link Require by
- 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.
- 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.