Share via


FtpsState Struct

Definition

State of FTP / FTPS service

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsStateTypeConverter))]
public struct FtpsState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsStateTypeConverter))>]
type FtpsState = struct
    interface IArgumentCompleter
Public Structure FtpsState
Implements IArgumentCompleter, IEquatable(Of FtpsState)
Inheritance
FtpsState
Attributes
Implements

Fields

AllAllowed
Disabled
FtpsOnly

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(FtpsState)

Compares values of enum type FtpsState

Equals(Object)

Compares values of enum type FtpsState (override for Object)

GetHashCode()

Returns hashCode for enum FtpsState

ToString()

Returns string representation for FtpsState

Operators

Equality(FtpsState, FtpsState)

Overriding == operator for enum FtpsState

Implicit(FtpsState to String)

Implicit operator to convert FtpsState to string

Implicit(String to FtpsState)

Implicit operator to convert string to FtpsState

Inequality(FtpsState, FtpsState)

Overriding != operator for enum FtpsState

Applies to