OBJECT

AzureNativeVirtualNetwork

Description

An Azure virtual network (VNet). VNet enables secure communication with other VNets, the internet, and on-premise networks. For more information, see https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview.

link GraphQL Schema definition

  • type AzureNativeVirtualNetwork {
  • # Name of the resource group associated with the Virtual Network (VNet).
  • resourceGroupName: String!
  • # Name of the Virtual Network (VNet).
  • name: String!
  • }