Dela via


NetworkRuleSetProperties Class

Definition

NetworkRuleSet properties

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.NetworkRuleSetPropertiesTypeConverter))]
public class NetworkRuleSetProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.INetworkRuleSetProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.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.

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.ServiceBus.Models.Api20221001Preview.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()

Applies to