INetworkRuleSetProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.NetworkRuleSetPropertiesTypeConverter))]
public interface INetworkRuleSetProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.NetworkRuleSetPropertiesTypeConverter))>]
type INetworkRuleSetProperties = interface
interface IJsonSerializable
Public Interface INetworkRuleSetProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DefaultAction |
Default Action for Network Rule Set |
IPRule |
List of IpRules |
PublicNetworkAccess |
This determines if traffic is allowed over public network. By default it is enabled. |
TrustedServiceAccessEnabled |
Value that indicates whether Trusted Service Access is Enabled or not. |
VirtualNetworkRule |
List VirtualNetwork Rules |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |