ValidateResourceTypes Class

Definition

Defines values for ValidateResourceTypes.

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

Constructors

ValidateResourceTypes()

Fields

ServerFarm
Site

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