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

INetwork Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.NetworkTypeConverter))]
public interface INetwork : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.NetworkTypeConverter))>]
type INetwork = interface
    interface IJsonSerializable
Public Interface INetwork
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DelegatedSubnetResourceId

delegated subnet arm resource id.

PrivateDnsZoneArmResourceId

private dns zone arm resource id.

PublicNetworkAccess

public network access is enabled or not

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to