INetworkRuleSet 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.Relay.Models.Api20211101.NetworkRuleSetTypeConverter))]
public interface INetworkRuleSet : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20170401.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.NetworkRuleSetTypeConverter))>]
type INetworkRuleSet = interface
interface IJsonSerializable
interface IResource
Public Interface INetworkRuleSet
Implements IResource
- Derived
- Attributes
- Implements
Properties
DefaultAction |
Default Action for Network Rule Set |
Id |
Resource ID. (Inherited from IResource) |
IPRule |
List of IpRules |
Name |
Resource name. (Inherited from IResource) |
PublicNetworkAccess |
This determines if traffic is allowed over public network. By default it is enabled |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Type |
Resource type. (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |