NetworkRuleAction Class

Definition

Defines values for NetworkRuleAction.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.KeyVault.Fluent.Models.NetworkRuleAction>))]
public class NetworkRuleAction : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.KeyVault.Fluent.Models.NetworkRuleAction>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.KeyVault.Fluent.Models.NetworkRuleAction>))>]
type NetworkRuleAction = class
    inherit ExpandableStringEnum<NetworkRuleAction>
Public Class NetworkRuleAction
Inherits ExpandableStringEnum(Of NetworkRuleAction)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

NetworkRuleAction()

Fields

Allow
Deny

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to