VirtualNetworkPropertiesFormat 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.
Properties of the virtual network.
public class VirtualNetworkPropertiesFormat
type VirtualNetworkPropertiesFormat = class
Public Class VirtualNetworkPropertiesFormat
- Inheritance
-
VirtualNetworkPropertiesFormat
Constructors
| Name | Description |
|---|---|
| VirtualNetworkPropertiesFormat() |
Initializes a new instance of the VirtualNetworkPropertiesFormat class. |
| VirtualNetworkPropertiesFormat(AddressSpace, DhcpOptions, IList<Subnet>, IList<VirtualNetworkPeering>, String, String, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualNetworkBgpCommunities, IList<SubResource>) |
Initializes a new instance of the VirtualNetworkPropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| AddressSpace |
Gets or sets the AddressSpace that contains an array of IP address ranges that can be used by subnets. |
| BgpCommunities |
Gets or sets bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. |
| DdosProtectionPlan |
Gets or sets the DDoS protection plan associated with the virtual network. |
| DhcpOptions |
Gets or sets the dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network. |
| EnableDdosProtection |
Gets or sets 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 |
Gets or sets indicates if VM protection is enabled for all the subnets in the virtual network. |
| IPAllocations |
Gets or sets array of IpAllocation which reference this VNET. |
| ProvisioningState |
Gets the provisioning state of the virtual network resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| ResourceGuid |
Gets the resourceGuid property of the Virtual Network resource. |
| Subnets |
Gets or sets a list of subnets in a Virtual Network. |
| VirtualNetworkPeerings |
Gets or sets a list of peerings in a Virtual Network. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |