AppServiceFtpsState Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
État du service FTP/FTPS.
public readonly struct AppServiceFtpsState : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceFtpsState>
type AppServiceFtpsState = struct
Public Structure AppServiceFtpsState
Implements IEquatable(Of AppServiceFtpsState)
- Héritage
-
AppServiceFtpsState
- Implémente
Constructeurs
AppServiceFtpsState(String) |
Initialise une nouvelle instance de AppServiceFtpsState. |
Propriétés
AllAllowed |
AllAllowed. |
Disabled |
Désactivé. |
FtpsOnly |
FtpsOnly. |
Méthodes
Equals(AppServiceFtpsState) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(AppServiceFtpsState, AppServiceFtpsState) |
Détermine si deux AppServiceFtpsState valeurs sont identiques. |
Implicit(String to AppServiceFtpsState) |
Convertit une chaîne en AppServiceFtpsState. |
Inequality(AppServiceFtpsState, AppServiceFtpsState) |
Détermine si deux AppServiceFtpsState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET