| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EnabledProtocols |
FileShareInner.enabledProtocols()
Get the enabledProtocols property: The authentication protocol that is used for the file share.
|
EnabledProtocols |
FileShareItemInner.enabledProtocols()
Get the enabledProtocols property: The authentication protocol that is used for the file share.
|
| Modifier and Type | Method and Description |
|---|---|
FileShareInner |
FileShareInner.withEnabledProtocols(EnabledProtocols enabledProtocols)
Set the enabledProtocols property: The authentication protocol that is used for the file share.
|
FileShareItemInner |
FileShareItemInner.withEnabledProtocols(EnabledProtocols enabledProtocols)
Set the enabledProtocols property: The authentication protocol that is used for the file share.
|
| Modifier and Type | Field and Description |
|---|---|
static EnabledProtocols |
EnabledProtocols.NFS
Static value NFS for EnabledProtocols.
|
static EnabledProtocols |
EnabledProtocols.SMB
Static value SMB for EnabledProtocols.
|
| Modifier and Type | Method and Description |
|---|---|
static EnabledProtocols |
EnabledProtocols.fromString(String name)
Creates or finds a EnabledProtocols from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.