你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Network Class

Definition

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)

Deserializes a PSObject into an instance of Network.

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)

Serializes this instance of Network into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to