Share via


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

Name Description
DelegatedSubnetResourceId

delegated subnet arm resource id.

PrivateDnsZoneArmResourceId

private dns zone arm resource id.

PublicNetworkAccess

public network access is enabled or not

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to