MySqlFlexibleServerNetwork 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.
public class MySqlFlexibleServerNetwork : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerNetwork>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerNetwork>
type MySqlFlexibleServerNetwork = class
interface IJsonModel<MySqlFlexibleServerNetwork>
interface IPersistableModel<MySqlFlexibleServerNetwork>
Public Class MySqlFlexibleServerNetwork
Implements IJsonModel(Of MySqlFlexibleServerNetwork), IPersistableModel(Of MySqlFlexibleServerNetwork)
- Inheritance
-
MySqlFlexibleServerNetwork
- Implements
Constructors
MySqlFlexibleServerNetwork() |
Initializes a new instance of MySqlFlexibleServerNetwork. |
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. |
Explicit Interface Implementations
IJsonModel<MySqlFlexibleServerNetwork>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MySqlFlexibleServerNetwork>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MySqlFlexibleServerNetwork>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MySqlFlexibleServerNetwork>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MySqlFlexibleServerNetwork>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET