NetworkAccessControlEntry 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 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. |