Share via


INetworkRuleSet Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter))]
public interface INetworkRuleSet : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter))>]
type INetworkRuleSet = interface
    interface IJsonSerializable
Public Interface INetworkRuleSet
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Bypass

Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics.

DefaultAction

Specifies the default action of allow or deny when no other rules match.

IPRule

Sets the IP ACL rules

VirtualNetworkRule

Sets the virtual network rules

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to