次の方法で共有


FtpsState クラス

定義

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)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

FtpsState()

FtpsState の値を定義します。

フィールド

AllAllowed

FtpsState の値を定義します。

Disabled

FtpsState の値を定義します。

FtpsOnly

FtpsState の値を定義します。

プロパティ

Value

FtpsState の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

FtpsState の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

FtpsState の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

FtpsState の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

FtpsState の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象