Class EnabledProtocols

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EnabledProtocols>
com.azure.resourcemanager.storage.models.EnabledProtocols

public final class EnabledProtocols extends com.azure.core.util.ExpandableStringEnum<EnabledProtocols>
The authentication protocol that is used for the file share. Can only be specified when creating a share.
  • Field Details

    • SMB

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

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

    • EnabledProtocols

      public EnabledProtocols()
  • Method Details

    • 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.
    • values

      public static Collection<EnabledProtocols> values()
      Gets known EnabledProtocols values.
      Returns:
      known EnabledProtocols values.