VirtualNetworkData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compatibility declaration for the VirtualNetworkData type.
public class VirtualNetworkData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualNetworkData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualNetworkData>
type VirtualNetworkData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VirtualNetworkData>
interface IPersistableModel<VirtualNetworkData>
Public Class VirtualNetworkData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VirtualNetworkData), IPersistableModel(Of VirtualNetworkData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualNetworkData() |
Initializes a new instance of VirtualNetworkData. |
Properties
| Name | Description |
|---|---|
| AddressPrefixes |
Compatibility member. |
| AddressSpace |
The AddressSpace that contains an array of IP address ranges that can be used by subnets. |
| BgpCommunities |
Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. |
| DdosProtectionPlanId |
Resource ID. |
| DefaultPublicNatGatewayId |
Resource ID. |
| DhcpOptionsDnsServers |
The list of DNS servers IP addresses. |
| EnableDdosProtection |
Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource. |
| EnableVmProtection |
Indicates if VM protection is enabled for all the subnets in the virtual network. |
| Encryption |
Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet. |
| ETag |
A unique read-only string that changes whenever the resource is updated. |
| ExtendedLocation |
The extended location of the virtual network. |
| FlowLogs |
A collection of references to flow log resources. |
| FlowTimeoutInMinutes |
The FlowTimeout value (in minutes) for the Virtual Network. |
| Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
| IpAllocations |
Array of IpAllocation which reference this VNET. |
| IPAllocations |
Compatibility member. |
| Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
| Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
| PrivateEndpointVNetPolicies |
Private Endpoint VNet Policies. |
| PrivateEndpointVnetPolicy |
Compatibility member. |
| ProvisioningState |
The provisioning state of the virtual network resource. |
| ResourceGuid |
Gets the ResourceGuid compatibility property. |
| ResourceType |
Compatibility member. (Inherited from NetworkTrackedResourceData) |
| Subnets |
A list of subnets in a Virtual Network. |
| SummarizedGatewayPrefixes |
A configurable list of summarized gateway prefixes advertised for the virtual network. |
| Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
| Type |
Resource type. (Inherited from NetworkTrackedResourceData) |
| VirtualNetworkPeerings |
A list of peerings in a Virtual Network. |