Uses of Class
com.azure.storage.file.share.models.ShareProtocols
-
Packages that use ShareProtocols 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. -
-
Uses of ShareProtocols in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareProtocols Modifier and Type Method Description ShareProtocolsShareProperties. getProtocols()Get the enabledProtocols property: The enabledProtocols property.ShareProtocolsShareProtocols. setNfsEnabled(boolean nfs)ShareProtocolsShareProtocols. setSmbEnabled(boolean smb)Methods in com.azure.storage.file.share.models with parameters of type ShareProtocols Modifier and Type Method Description SharePropertiesShareProperties. setProtocols(ShareProtocols protocols)Set the enabledProtocols property: The enabledProtocols property. -
Uses of ShareProtocols in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareProtocols Modifier and Type Method Description ShareProtocolsShareCreateOptions. getProtocols()Methods in com.azure.storage.file.share.options with parameters of type ShareProtocols Modifier and Type Method Description ShareCreateOptionsShareCreateOptions. setProtocols(ShareProtocols protocols)
-