| Package | Description |
|---|---|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| com.azure.storage.file.share.options |
Package containing options model classes used by Azure Storage File Shares.
|
| Modifier and Type | Method and Description |
|---|---|
ShareProtocols |
ShareProperties.getProtocols()
Get the enabledProtocols property: The enabledProtocols property.
|
ShareProtocols |
ShareProtocols.setNfsEnabled(boolean nfs) |
ShareProtocols |
ShareProtocols.setSmbEnabled(boolean smb) |
| Modifier and Type | Method and Description |
|---|---|
ShareProperties |
ShareProperties.setProtocols(ShareProtocols protocols)
Set the enabledProtocols property: The enabledProtocols property.
|
| Modifier and Type | Method and Description |
|---|---|
ShareProtocols |
ShareCreateOptions.getProtocols() |
| Modifier and Type | Method and Description |
|---|---|
ShareCreateOptions |
ShareCreateOptions.setProtocols(ShareProtocols protocols) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.