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>
Defines values for EnabledProtocols.
-
-
Field Summary
Fields Modifier and Type Field Description static EnabledProtocolsNFSStatic value NFS for EnabledProtocols.static EnabledProtocolsSMBStatic value SMB for EnabledProtocols.
-
Constructor Summary
Constructors Constructor Description EnabledProtocols()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EnabledProtocolsfromString(String name)Creates or finds a EnabledProtocols from its string representation.static Collection<EnabledProtocols>values()
-
-
-
Field Detail
-
SMB
public static final EnabledProtocols SMB
Static value SMB for EnabledProtocols.
-
NFS
public static final EnabledProtocols NFS
Static value NFS for 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.
-
values
public static Collection<EnabledProtocols> values()
- Returns:
- known EnabledProtocols values.
-
-