INetwork Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.NetworkTypeConverter))]
public interface INetwork : Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.NetworkTypeConverter))>]
type INetwork = interface
interface IJsonSerializable
Public Interface INetwork
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DelegatedSubnetResourceId |
Delegated subnet resource id used to setup vnet for a server. |
PrivateDnsZoneResourceId |
Private DNS zone resource id. |
PublicNetworkAccess |
Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |