VirtualNetworkResourceSettings 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.
Defines the virtual network resource settings.
public class VirtualNetworkResourceSettings : Azure.ResourceManager.Migrate.Models.ResourceSettings
type VirtualNetworkResourceSettings = class
inherit ResourceSettings
Public Class VirtualNetworkResourceSettings
Inherits ResourceSettings
- Inheritance
Constructors
VirtualNetworkResourceSettings(String) |
Initializes a new instance of VirtualNetworkResourceSettings. |
Properties
AddressSpace |
Gets or sets the address prefixes for the virtual network. |
DnsServers |
Gets or sets DHCPOptions that contains an array of DNS servers available to VMs deployed in the virtual network. |
EnableDdosProtection |
Gets or sets a value indicating whether gets or sets whether the DDOS protection should be switched on. |
Subnets |
Gets or sets List of subnets in a VirtualNetwork. |
Tags |
Gets or sets the Resource tags. |
TargetResourceName |
Gets or sets the target Resource name. (Inherited from ResourceSettings) |
Applies to
Azure SDK for .NET