NetworkRuleSetProperties 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.
NetworkRuleSet properties
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.NetworkRuleSetPropertiesTypeConverter))]
public class NetworkRuleSetProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INetworkRuleSetProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.NetworkRuleSetPropertiesTypeConverter))>]
type NetworkRuleSetProperties = class
interface INetworkRuleSetProperties
interface IJsonSerializable
Public Class NetworkRuleSetProperties
Implements INetworkRuleSetProperties
- Inheritance
-
NetworkRuleSetProperties
- Attributes
- Implements
Constructors
NetworkRuleSetProperties() |
Creates an new NetworkRuleSetProperties instance. |
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. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules. |
TrustedServiceAccessEnabled |
Value that indicates whether Trusted Service Access is Enabled or not. |
VirtualNetworkRule |
List VirtualNetwork Rules |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkRuleSetProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkRuleSetProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INetworkRuleSetProperties. |
FromJsonString(String) |
Creates a new instance of NetworkRuleSetProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkRuleSetProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |