Network Constructors
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.
Overloads
Network() |
Initializes a new instance of the Network class. |
Network(String, String, String) |
Initializes a new instance of the Network class. |
Network()
Initializes a new instance of the Network class.
public Network ();
Public Sub New ()
Applies to
Network(String, String, String)
Initializes a new instance of the Network class.
public Network (string publicNetworkAccess = default, string delegatedSubnetResourceId = default, string privateDnsZoneResourceId = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Network : string * string * string -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Network
Public Sub New (Optional publicNetworkAccess As String = Nothing, Optional delegatedSubnetResourceId As String = Nothing, Optional privateDnsZoneResourceId As String = Nothing)
Parameters
- publicNetworkAccess
- String
Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. Possible values include: 'Enabled', 'Disabled'
- delegatedSubnetResourceId
- String
Delegated subnet resource id used to setup vnet for a server.
- privateDnsZoneResourceId
- String
Private DNS zone resource id.
Applies to
Azure SDK for .NET