Compartir a través de


NetworkAccessControlEntry Class

Definition

Network access control entry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntryTypeConverter))]
public class NetworkAccessControlEntry : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntryTypeConverter))>]
type NetworkAccessControlEntry = class
    interface INetworkAccessControlEntry
    interface IJsonSerializable
Public Class NetworkAccessControlEntry
Implements INetworkAccessControlEntry
Inheritance
NetworkAccessControlEntry
Attributes
Implements

Constructors

NetworkAccessControlEntry()

Creates an new NetworkAccessControlEntry instance.

Properties

Action

Action object.

Description

Description of network access control entry.

Order

Order of precedence.

RemoteSubnet

Remote subnet.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkAccessControlEntry.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkAccessControlEntry.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry.

FromJsonString(String)

Creates a new instance of NetworkAccessControlEntry, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkAccessControlEntry into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to