Class EnabledProtocols


  • public final class EnabledProtocols
    extends com.azure.core.util.ExpandableStringEnum<EnabledProtocols>
    Defines values for EnabledProtocols.
    • Field Detail

      • SMB

        public static final EnabledProtocols SMB
        Static value SMB for EnabledProtocols.
      • NFS

        public static final EnabledProtocols NFS
        Static value NFS for EnabledProtocols.
    • Constructor Detail

      • EnabledProtocols

        public EnabledProtocols()
    • Method Detail

      • fromString

        public static EnabledProtocols fromString​(String name)
        Creates or finds a EnabledProtocols from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding EnabledProtocols.