Share via


AppServiceFtpsState Struct

Definition

State of FTP / FTPS service.

public readonly struct AppServiceFtpsState : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceFtpsState>
type AppServiceFtpsState = struct
Public Structure AppServiceFtpsState
Implements IEquatable(Of AppServiceFtpsState)
Inheritance
AppServiceFtpsState
Implements

Constructors

AppServiceFtpsState(String)

Initializes a new instance of AppServiceFtpsState.

Properties

AllAllowed

AllAllowed.

Disabled

Disabled.

FtpsOnly

FtpsOnly.

Methods

Equals(AppServiceFtpsState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AppServiceFtpsState, AppServiceFtpsState)

Determines if two AppServiceFtpsState values are the same.

Implicit(String to AppServiceFtpsState)

Converts a string to a AppServiceFtpsState.

Inequality(AppServiceFtpsState, AppServiceFtpsState)

Determines if two AppServiceFtpsState values are not the same.

Applies to