AppServiceFtpsState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET