public final class EnabledProtocols extends com.azure.core.util.ExpandableStringEnum<EnabledProtocols>
| Modifier and Type | Field and Description |
|---|---|
static EnabledProtocols |
NFS
Static value NFS for EnabledProtocols.
|
static EnabledProtocols |
SMB
Static value SMB for EnabledProtocols.
|
| Constructor and Description |
|---|
EnabledProtocols() |
| Modifier and Type | Method and Description |
|---|---|
static EnabledProtocols |
fromString(String name)
Creates or finds a EnabledProtocols from its string representation.
|
static Collection<EnabledProtocols> |
values() |
public static final EnabledProtocols SMB
public static final EnabledProtocols NFS
public static EnabledProtocols fromString(String name)
name - a name to look for.public static Collection<EnabledProtocols> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.