OBJECT
AzureNativeSubnet
Description
An Azure subnet. Subnets allow you to choose IP address range of your choice. For more information, see https://docs.microsoft.com/en-us/azure/virtual-network/network-overview#virtual-network-and-subnets.
link GraphQL Schema definition
- type AzureNativeSubnet {
- # Name of the subnet.
- String! :
- # Native ID of the subnet.
- String! :
- # List of subnet IP address prefixes in CIDR notation. The list can contain both
- # IPv4 and IPv6 addresses. The list cannot be empty.
- String!]! : [
- # Virtual Network (VNet) associated with the subnet.
- AzureNativeVirtualNetwork! :
- }