PolicyType Class

Definition

Defines values for PolicyType.

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

Constructors

PolicyType()

Fields

BuiltIn
Custom
NotSpecified

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