DefaultAction Class

Definition

Defines values for DefaultAction.

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

Constructors

DefaultAction()

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