Network 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.
Network related properties of a server
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.NetworkTypeConverter))]
public class Network : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.INetwork
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.NetworkTypeConverter))>]
type Network = class
interface INetwork
interface IJsonSerializable
Public Class Network
Implements INetwork
- Inheritance
-
Network
- Attributes
- Implements
Constructors
Network() |
Creates an new Network instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Network. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.INetwork. |
FromJsonString(String) |
Creates a new instance of Network, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |