Uses of Class
com.azure.resourcemanager.storage.models.EnabledProtocols
Packages that use EnabledProtocols
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of EnabledProtocols in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return EnabledProtocolsModifier and TypeMethodDescriptionFileShareInner.enabledProtocols()Get the enabledProtocols property: The authentication protocol that is used for the file share.FileShareItemInner.enabledProtocols()Get the enabledProtocols property: The authentication protocol that is used for the file share.FileShareProperties.enabledProtocols()Get the enabledProtocols property: The authentication protocol that is used for the file share.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type EnabledProtocolsModifier and TypeMethodDescriptionFileShareInner.withEnabledProtocols(EnabledProtocols enabledProtocols) Set the enabledProtocols property: The authentication protocol that is used for the file share.FileShareItemInner.withEnabledProtocols(EnabledProtocols enabledProtocols) Set the enabledProtocols property: The authentication protocol that is used for the file share.FileShareProperties.withEnabledProtocols(EnabledProtocols enabledProtocols) Set the enabledProtocols property: The authentication protocol that is used for the file share. -
Uses of EnabledProtocols in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type EnabledProtocols in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classThe authentication protocol that is used for the file share.Fields in com.azure.resourcemanager.storage.models declared as EnabledProtocolsModifier and TypeFieldDescriptionstatic final EnabledProtocolsEnabledProtocols.NFSStatic value NFS for EnabledProtocols.static final EnabledProtocolsEnabledProtocols.SMBStatic value SMB for EnabledProtocols.Methods in com.azure.resourcemanager.storage.models that return EnabledProtocolsModifier and TypeMethodDescriptionstatic EnabledProtocolsEnabledProtocols.fromString(String name) Creates or finds a EnabledProtocols from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type EnabledProtocolsModifier and TypeMethodDescriptionstatic Collection<EnabledProtocols> EnabledProtocols.values()Gets known EnabledProtocols values.