AppServiceFtpsState Struct

Definition

State of FTP / FTPS service Serialized Name: FtpsState

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

Constructors

Name Description
AppServiceFtpsState(String)

Initializes a new instance of AppServiceFtpsState.

Properties

Name Description
AllAllowed

AllAllowed Serialized Name: FtpsState.AllAllowed

Disabled

Disabled Serialized Name: FtpsState.Disabled

FtpsOnly

FtpsOnly Serialized Name: FtpsState.FtpsOnly

Methods

Name Description
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

Name Description
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