FtpsState Class

Definition

Defines values for FtpsState.

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

Constructors

FtpsState()

Fields

AllAllowed
Disabled
FtpsOnly

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